view tool_data_table_conf.xml.sample @ 3:94020e19b46c draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 54e51c32ac2c1fdc5391ee44f749cf6617db5acb"
author iuc
date Tue, 29 Sep 2020 20:20:01 +0000
parents c411e2205442
children
line wrap: on
line source

<?xml version="1.0"?>
<tables>
    <!-- Locations of primer scheme bedfiles in the required format -->
    <table name="primer_scheme_bedfiles" comment_char="#" allow_duplicate_entries="False">
        <columns>value, description, path</columns>
        <file path="tool-data/primer_scheme_bedfiles.loc" />
    </table>
    <!-- Locations of reference fasta files -->
    <table name="all_fasta" comment_char="#">
        <columns>value, dbkey, name, path</columns>
        <file path="tool-data/all_fasta.loc" />
    </table>
</tables>