view data_manager_conf.xml @ 6:b7884a377566 draft

"planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/microbedb commit 7ea4cbe9a0f7347379e245223cc2c40021c586f9"
author brinkmanlab
date Mon, 09 Nov 2020 18:37:30 +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>