view data_manager_conf.xml @ 0:40d14d5c8125 draft

"planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/microbedb commit e63162a36457c0337c67e536a8a394beb06f4d70"
author brinkmanlab
date Fri, 30 Oct 2020 21:04:47 +0000
parents
children 5e94458c2dde
line wrap: on
line source

<?xml version="1.0"?>
<data_managers>
    <data_manager 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>