Mercurial > repos > dpryan79 > data_manager_star_index_builder
annotate tool_data_table_conf.xml.sample @ 7:6f9dd98d641a draft
Upload files
author | dpryan79 |
---|---|
date | Tue, 18 Apr 2017 14:32:58 -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> |