comparison tool_data_table_conf.xml.sample @ 14:52fa1d20eae3 draft

Uploaded
author greg
date Wed, 06 Jan 2016 07:56:23 -0500
parents 7b15099378a7
children
comparison
equal deleted inserted replaced
13:2a9447ce6bd5 14:52fa1d20eae3
1 <tables> 1 <tables>
2 <!-- Location of SAMTools indexes for FASTA files --> 2 <!-- Locations of all fasta files under genome directory -->
3 <table name="fasta_indexes" comment_char="#"> 3 <table name="all_fasta" comment_char="#">
4 <columns>value, dbkey, name, path</columns> 4 <columns>value, dbkey, name, path</columns>
5 <file path="tool-data/fasta_indexes.loc" /> 5 <file path="tool-data/all_fasta.loc" />
6 </table> 6 </table>
7 </tables> 7 </tables>
8