comparison tool_data_table_conf.xml.sample @ 1:5c4173a0b2c6 draft

Uploaded
author greg
date Tue, 05 May 2020 15:08:48 -0400
parents f58178a5eebc
children
comparison
equal deleted inserted replaced
0:f58178a5eebc 1:5c4173a0b2c6
1 <tables> 1 <tables>
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 dnaprints files for vsnp_dnaprints version 1.0.0 -->
2 <table name="vsnp_dnaprints" comment_char="#"> 8 <table name="vsnp_dnaprints" comment_char="#">
3 <columns>value, name, path, description</columns> 9 <columns>value, name, path, description</columns>
4 <file path="tool-data/vsnp_dnaprints.loc" /> 10 <file path="tool-data/vsnp_dnaprints.loc" />
5 </table> 11 </table>
6 </tables> 12 </tables>