view tool_data_table_conf.xml.test @ 3:ae7b1b97a2a0 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsnp commit 9e9e1db5b9ca53d690ed795aab1e7437f0a1c864"
author iuc
date Sat, 09 Apr 2022 09:01:11 +0000
parents ec6e02f4eab7
children
line wrap: on
line source

<tables>
    <table name="fasta_indexes" comment_char="#">
        <columns>value, dbkey, name, path</columns>
        <file path="${__HERE__}/test-data/fasta_indexes.loc" />
    </table>
    <!-- Location of genbank files for vsnp_build_tables tool -->
    <table name="vsnp_genbank" comment_char="#">
        <columns>value, name, path, description</columns>
        <file path="${__HERE__}/test-data/vsnp_genbank.loc" />
    </table>
    <table name="vsnp_dnaprints" comment_char="#">
        <columns>value, name, path, description</columns>
        <file path="${__HERE__}/test-data/vsnp_dnaprints.loc" />
    </table>
    <!-- Location of excel files for vsnp_get_snps tool -->
    <table name="vsnp_excel" comment_char="#">
        <columns>value, name, path, description</columns>
        <file path="${__HERE__}/test-data/vsnp_excel.loc" />
    </table>
</tables>