Mercurial > repos > iuc > checkm_lineage_wf
diff tool_data_table_conf.xml.sample @ 0:760dc0c0e689 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/checkm commit 2a3b068a98bf0e913dc03e0d5c2182cfd102cf27
author | iuc |
---|---|
date | Fri, 29 Jul 2022 20:30:08 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Fri Jul 29 20:30:08 2022 +0000 @@ -0,0 +1,30 @@ +<tables> + <table name="life_taxons" comment_char="#"> + <columns>value, name</columns> + <file path="tool-data/life.loc" /> + </table> + <table name="domain_taxons" comment_char="#"> + <columns>value, name</columns> + <file path="tool-data/domain.loc" /> + </table> + <table name="phylum_taxons" comment_char="#"> + <columns>value, name</columns> + <file path="tool-data/phylum.loc" /> + </table> + <table name="order_taxons" comment_char="#"> + <columns>value, name</columns> + <file path="tool-data/order.loc" /> + </table> + <table name="family_taxons" comment_char="#"> + <columns>value, name</columns> + <file path="tool-data/family.loc" /> + </table> + <table name="genus_taxons" comment_char="#"> + <columns>value, name</columns> + <file path="tool-data/genus.loc" /> + </table> + <table name="species_taxons" comment_char="#"> + <columns>value, name</columns> + <file path="tool-data/species.loc" /> + </table> +</tables> \ No newline at end of file