view tool_data_table_conf.xml.sample @ 4:6ef6520f14fc draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_star_index_builder commit 39b9b154845ecf517f7d9e9d76c386b473c3ebd2
author iuc
date Wed, 18 Jul 2018 13:26:12 -0400
parents f537d3e00eb8
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>