Mercurial > repos > iuc > data_manager_star_index_builder
view tool_data_table_conf.xml.sample @ 2:f537d3e00eb8 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_star_index_builder commit 811025ef8d9f60f4b02d66f7218127669fb42e0b
author | iuc |
---|---|
date | Fri, 23 Jun 2017 04:26:07 -0400 |
parents | cdc4d8a998e1 |
children | f5eb9afa8f8a |
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, with-gtf</columns> <file path="tool-data/rnastar_index2.loc" /> </table> </tables>