Mercurial > repos > dpryan79 > data_manager_star_index_builder
view tool_data_table_conf.xml.sample @ 2:b12cae51d660 draft
Uploaded
author | dpryan79 |
---|---|
date | Tue, 18 Apr 2017 10:47:56 -0400 |
parents | |
children |
line wrap: on
line source
<tables> <!-- Locations of all fasta files under genome directory --> <table name="all_fasta" comment_char="#" allow_duplicate_entries="False"> <columns>value, dbkey, name, path</columns> <file path="tool-data/all_fasta.loc" /> </table> <!-- Locations of indexes in the BWA mapper format --> <table name="rnastar_index2" comment_char="#" allow_duplicate_entries="False"> <columns>value, dbkey, name, path, withGTF</columns> <file path="tool-data/rnastar_index2.loc" /> </table> </tables>