Mercurial > repos > iuc > vsnp_build_tables
diff tool_data_table_conf.xml.sample @ 1:e52300a0000f draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsnp commit 94e69abb568077267eb8b15ef624624e2899a750"
| author | iuc |
|---|---|
| date | Wed, 30 Sep 2020 19:05:39 +0000 |
| parents | 4f98ba28a3f2 |
| children | 73d637f10a62 |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Fri May 08 16:58:19 2020 +0000 +++ b/tool_data_table_conf.xml.sample Wed Sep 30 19:05:39 2020 +0000 @@ -1,4 +1,10 @@ <tables> + <!-- Location of SAMTools indexes for FASTA files --> + <table name="fasta_indexes" comment_char="#"> + <columns>value, dbkey, name, path</columns> + <file path="tool-data/fasta_indexes.loc" /> + </table> + <!-- Location of genbank files for vsnp_build_tables tool --> <table name="vsnp_genbank" comment_char="#"> <columns>value, name, path, description</columns> <file path="tool-data/vsnp_genbank.loc" />
