Mercurial > repos > devteam > data_manager_bowtie2_index_builder
comparison tool_data_table_conf.xml.sample @ 2:8de13c28d92e draft
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
author | devteam |
---|---|
date | Tue, 13 Oct 2015 10:17:27 -0400 |
parents | eec64de5f7fb |
children |
comparison
equal
deleted
inserted
replaced
1:e0839cffd009 | 2:8de13c28d92e |
---|---|
1 <!-- Use the file tool_data_table_conf.xml.oldlocstyle if you don't want to update your loc files as changed in revision 4550:535d276c92bc--> | 1 <!-- Use the file tool_data_table_conf.xml.oldlocstyle if you don't want to update your loc files as changed in revision 4550:535d276c92bc--> |
2 <tables> | 2 <tables> |
3 <!-- Locations of all fasta files under genome directory --> | |
4 <table name="all_fasta" comment_char="#"> | |
5 <columns>value, dbkey, name, path</columns> | |
6 <file path="tool-data/all_fasta.loc" /> | |
7 </table> | |
3 <!-- Locations of indexes in the Bowtie2 mapper format --> | 8 <!-- Locations of indexes in the Bowtie2 mapper format --> |
4 <table name="bowtie2_indexes" comment_char="#"> | 9 <table name="bowtie2_indexes" comment_char="#"> |
5 <columns>value, dbkey, name, path</columns> | 10 <columns>value, dbkey, name, path</columns> |
6 <file path="tool-data/bowtie2_indices.loc" /> | 11 <file path="tool-data/bowtie2_indices.loc" /> |
7 </table> | 12 </table> |
13 <!-- Locations of indexes in the Bowtie2 mapper format for TopHat2 to use --> | |
14 <table name="tophat2_indexes" comment_char="#"> | |
15 <columns>value, dbkey, name, path</columns> | |
16 <file path="tool-data/tophat2_indices.loc" /> | |
17 </table> | |
8 </tables> | 18 </tables> |