Mercurial > repos > florianbegusch > qiime2_all
changeset 1:f2028d8efed6 draft default tip
Add tool_data_table_conf.xml.sample
author | florianbegusch |
---|---|
date | Thu, 24 May 2018 03:40:50 -0400 |
parents | 09b7bcb72fa7 |
children | |
files | tool_data_table_conf.xml.sample |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Thu May 24 03:40:50 2018 -0400 @@ -0,0 +1,11 @@ +<tables> + <table name="taxonomy_fp" comment_char="#"> + <columns>value, name, dbkey, path</columns> + <file path="tool_data/ref_taxnonomy.loc" /> + </table> + <table name="classifier_fp" comment_char="#"> + <columns>value, name, dbkey, path</columns> + <file path="tool-data/ref_classifier.loc" /> + </table> +</tables> +