view data_manager_conf.xml @ 4:69186a3c9e76 draft

"planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/microbedb commit ada9e882d260555d79c64e38a8ce26b1e84966f0"
author brinkmanlab
date Fri, 06 Nov 2020 23:56:33 +0000
parents 5e94458c2dde
children 6ad04790da12
line wrap: on
line source

<?xml version="1.0"?>
<data_managers>
    <data_manager id="microbedb_all_fasta" tool_file="all_fasta.xml" version="1.0.0">
        <!-- Defines a Data Table to be modified -->
        <data_table name="all_fasta">
            <!-- Handle the output of the Data Manager Tool -->
            <output>
                <!-- Columns that will be specified by the Data Manager Tool -->
                <column name="value" />
                <column name="dbkey" />
                <column name="name" />
                <column name="path" />
            </output>
        </data_table>
    </data_manager>
</data_managers>