view tool_data_table_conf.xml.test @ 8:e1bbef81b470 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/data_managers/data_manager_salmon_index_builder commit 1ea9e99e1c7a7cd0f012467466e0740b6bdeb90e
author iuc
date Thu, 23 Oct 2025 17:05:35 +0000
parents befb1da9de9a
children
line wrap: on
line source

<tables>
    <!-- Locations of indexes in salmon mapper format -->
    <table name="salmon_indexes_versioned" comment_char="#" allow_duplicate_entries="False">
        <columns>value, dbkey, name, path, version</columns>
        <file path="${__HERE__}/test-data/salmon_indexes_versioned.loc" />
    </table>
    <table name="all_fasta" comment_char="#">
        <columns>value, dbkey, name, path</columns>
        <file path="${__HERE__}/test-data/all_fasta.loc" />
    </table>
        <table name="transcriptomes" comment_char="#">
        <columns>value, dbkey, name, path</columns>
        <file path="${__HERE__}/test-data/transcriptomes.loc" />
    </table>
</tables>