Mercurial > repos > iuc > data_manager_mothur_toolsuite
diff tool_data_table_conf.xml.sample @ 0:ab7a7e798c34 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_mothur_toolsuite/ commit c1b936b54b7133106b3181df1e104986613a5bea
author | iuc |
---|---|
date | Mon, 06 Nov 2017 06:21:50 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Mon Nov 06 06:21:50 2017 -0500 @@ -0,0 +1,18 @@ +<tables> + <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="#" allow_duplicate_entries="False"> + <columns>name, value</columns> + <file path="tool-data/mothur_lookup.loc" /> + </table> + <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="#" allow_duplicate_entries="False"> + <columns>name, value</columns> + <file path="tool-data/mothur_taxonomy.loc" /> + </table> +</tables>