Mercurial > repos > florianbegusch > qiime2_all
annotate tool_data_table_conf.xml.sample @ 1:f2028d8efed6 draft default tip
Add tool_data_table_conf.xml.sample
author | florianbegusch |
---|---|
date | Thu, 24 May 2018 03:40:50 -0400 |
parents | |
children |
rev | line source |
---|---|
1 | 1 <tables> |
2 <table name="taxonomy_fp" comment_char="#"> | |
3 <columns>value, name, dbkey, path</columns> | |
4 <file path="tool_data/ref_taxnonomy.loc" /> | |
5 </table> | |
6 <table name="classifier_fp" comment_char="#"> | |
7 <columns>value, name, dbkey, path</columns> | |
8 <file path="tool-data/ref_classifier.loc" /> | |
9 </table> | |
10 </tables> | |
11 |