annotate tool_data_table_conf.xml.sample @ 8:d233bed1b2cf
draft default tip
Hopefully the final update
author |
dpryan79 |
date |
Tue, 18 Apr 2017 16:14:50 -0400 |
parents |
b12cae51d660 |
children |
|
rev |
line source |
2
|
1 <tables>
|
|
2 <!-- Locations of all fasta files under genome directory -->
|
|
3 <table name="all_fasta" comment_char="#" allow_duplicate_entries="False">
|
|
4 <columns>value, dbkey, name, path</columns>
|
|
5 <file path="tool-data/all_fasta.loc" />
|
|
6 </table>
|
|
7 <!-- Locations of indexes in the BWA mapper format -->
|
|
8 <table name="rnastar_index2" comment_char="#" allow_duplicate_entries="False">
|
|
9 <columns>value, dbkey, name, path, withGTF</columns>
|
|
10 <file path="tool-data/rnastar_index2.loc" />
|
|
11 </table>
|
|
12 </tables>
|