Mercurial > repos > greg > data_manager_vsnp_genbank
annotate tool_data_table_conf.xml.sample @ 2:df67ba6db5de draft default tip
Uploaded
| author | greg |
|---|---|
| date | Wed, 06 May 2020 10:58:29 -0400 |
| parents | f1a7a3faaf3d |
| children |
| rev | line source |
|---|---|
| 0 | 1 <tables> |
| 2 | 2 <!-- Locations of all fasta files under genome directory --> |
| 3 <table name="all_fasta" comment_char="#"> | |
| 4 <columns>value, dbkey, name, path</columns> | |
| 5 <file path="tool-data/all_fasta.loc" /> | |
| 6 </table> | |
| 7 <!-- Location of genbank files for vsnp_genbank version 0.0.8 --> | |
| 0 | 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 </tables> | |
| 13 |
