Mercurial > repos > iuc > mothur_chimera_pintail
diff tool_data_table_conf.xml.sample @ 1:b281cc5f8e01 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:25:55 -0400 |
| parents | 8f24f22f9e59 |
| children |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Fri Jun 24 17:34:24 2016 -0400 +++ b/tool_data_table_conf.xml.sample Thu May 18 18:25:55 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>
