Mercurial > repos > iuc > data_manager_star_index_builder
view tool_data_table_conf.xml.sample @ 4:e17bb3d69770 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_star_index_builder commit 4888c06bc87c2b236fae379c4220a23aae036cd6
author | iuc |
---|---|
date | Mon, 15 Jan 2018 15:39:06 -0500 |
parents | 613b120db55c |
children | 54cddd903437 |
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>