Mercurial > repos > dpryan79 > data_manager_star_index_builder
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Tue Apr 18 10:47:56 2017 -0400 @@ -0,0 +1,12 @@ +<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>