Mercurial > repos > iuc > checkm_tree
comparison tool_data_table_conf.xml.sample @ 5:d030ce59f075 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/checkm commit ea21e425f6a04a586626c4a6d848aed1d1261b30
author | iuc |
---|---|
date | Sat, 16 Aug 2025 10:22:33 +0000 |
parents | 626ab1058170 |
children |
comparison
equal
deleted
inserted
replaced
4:626ab1058170 | 5:d030ce59f075 |
---|---|
1 <tables> | |
2 <table name="life_taxons" comment_char="#"> | |
3 <columns>value, name</columns> | |
4 <file path="tool-data/life.loc" /> | |
5 </table> | |
6 <table name="domain_taxons" comment_char="#"> | |
7 <columns>value, name</columns> | |
8 <file path="tool-data/domain.loc" /> | |
9 </table> | |
10 <table name="phylum_taxons" comment_char="#"> | |
11 <columns>value, name</columns> | |
12 <file path="tool-data/phylum.loc" /> | |
13 </table> | |
14 <table name="order_taxons" comment_char="#"> | |
15 <columns>value, name</columns> | |
16 <file path="tool-data/order.loc" /> | |
17 </table> | |
18 <table name="family_taxons" comment_char="#"> | |
19 <columns>value, name</columns> | |
20 <file path="tool-data/family.loc" /> | |
21 </table> | |
22 <table name="genus_taxons" comment_char="#"> | |
23 <columns>value, name</columns> | |
24 <file path="tool-data/genus.loc" /> | |
25 </table> | |
26 <table name="species_taxons" comment_char="#"> | |
27 <columns>value, name</columns> | |
28 <file path="tool-data/species.loc" /> | |
29 </table> | |
30 </tables> |