Mercurial > repos > iuc > mothur_get_sharedseqs
diff tool_data_table_conf.xml.sample @ 1:e4e0bfb92a94 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
| author | iuc |
|---|---|
| date | Thu, 18 May 2017 18:49:35 -0400 |
| parents | d20133cb8909 |
| children |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Fri Jun 24 16:39:36 2016 -0400 +++ b/tool_data_table_conf.xml.sample Thu May 18 18:49:35 2017 -0400 @@ -1,17 +1,17 @@ <tables> - <table name="mothur_aligndb" comment_char="#"> + <table name="mothur_aligndb" comment_char="#" allow_duplicate_entries="False"> <columns>name, value</columns> <file path="tool-data/mothur_aligndb.loc" /> </table> - <table name="mothur_lookup" comment_char="#"> + <table name="mothur_lookup" comment_char="#" allow_duplicate_entries="False"> <columns>name, value</columns> <file path="tool-data/mothur_lookup.loc" /> </table> - <table name="mothur_map" comment_char="#"> + <table name="mothur_map" comment_char="#" allow_duplicate_entries="False"> <columns>name, value</columns> <file path="tool-data/mothur_map.loc" /> </table> - <table name="mothur_taxonomy" comment_char="#"> + <table name="mothur_taxonomy" comment_char="#" allow_duplicate_entries="False"> <columns>name, value</columns> <file path="tool-data/mothur_taxonomy.loc" /> </table>
