Mercurial > repos > iuc > vsnp_get_snps
comparison tool_data_table_conf.xml.sample @ 0:ec6e02f4eab7 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsnp commit 95b221f68d19702681babd765c67caeeb24e7f1d"
author | iuc |
---|---|
date | Tue, 16 Nov 2021 08:26:58 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ec6e02f4eab7 |
---|---|
1 <tables> | |
2 <!-- Location of SAMTools indexes for FASTA files --> | |
3 <table name="fasta_indexes" comment_char="#"> | |
4 <columns>value, dbkey, name, path</columns> | |
5 <file path="tool-data/fasta_indexes.loc" /> | |
6 </table> | |
7 <!-- Location of genbank files for vsnp_build_tables tool --> | |
8 <table name="vsnp_genbank" comment_char="#"> | |
9 <columns>value, name, path, description</columns> | |
10 <file path="tool-data/vsnp_genbank.loc" /> | |
11 </table> | |
12 <!-- Location of dnaprints files for vsnp_determine_ref_from_data tool --> | |
13 <table name="vsnp_dnaprints" comment_char="#"> | |
14 <columns>value, name, path, description</columns> | |
15 <file path="tool-data/vsnp_dnaprints.loc" /> | |
16 </table> | |
17 <!-- Location of excel files for vsnp_get_snps tool --> | |
18 <table name="vsnp_excel" comment_char="#"> | |
19 <columns>value, name, path, description</columns> | |
20 <file path="tool-data/vsnp_excel.loc" /> | |
21 </table> | |
22 </tables> | |
23 |