Mercurial > repos > iuc > data_manager_snpeff
view data_manager_conf.xml @ 2:984733fcab49 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/data_managers/data_manager_snpeff commit 47cd0cc3b680295e6bea84acc89f18c79b6d3f0c
author | iuc |
---|---|
date | Tue, 07 Jun 2016 15:44:15 -0400 |
parents | 9ac823a8b328 |
children | 3d9dd4b9fb09 |
line wrap: on
line source
<?xml version="1.0"?> <data_managers> <data_manager tool_file="data_manager/data_manager_snpEff_databases.xml" id="data_manager_snpeff_databases" > <data_table name="snpeffv_databases"> <!-- Defines a Data Table to be modified. --> <output> <!-- Handle the output of the Data Manager Tool --> <column name="key" /> <!-- columns that are going to be specified by the Data Manager Tool --> <column name="version" /> <!-- columns that are going to be specified by the Data Manager Tool --> <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool --> <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool --> </output> </data_table> </data_manager> <data_manager tool_file="data_manager/data_manager_snpEff_download.xml" id="data_manager_snpeff_download" > <data_table name="snpeffv_genomedb"> <!-- Defines a Data Table to be modified. --> <output> <!-- Handle the output of the Data Manager Tool --> <column name="key" /> <!-- columns that are going to be specified by the Data Manager Tool --> <column name="version" /> <!-- columns that are going to be specified by the Data Manager Tool --> <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool --> <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool --> <column name="path" output_ref="out_file" > <move type="directory" relativize_symlinks="True"> <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">snpEff/v4_1/data</target> </move> <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/snpEff/v4_1/data</value_translation> <value_translation type="function">abspath</value_translation> </column> </output> </data_table> <data_table name="snpeffv_regulationdb"> <!-- Defines a Data Table to be modified. --> <output> <!-- Handle the output of the Data Manager Tool --> <column name="key" /> <!-- columns that are going to be specified by the Data Manager Tool --> <column name="version" /> <!-- columns that are going to be specified by the Data Manager Tool --> <column name="genome" /> <!-- columns that are going to be specified by the Data Manager Tool --> <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool --> <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool --> </output> </data_table> <data_table name="snpeffv_annotations"> <!-- Defines a Data Table to be modified. --> <output> <!-- Handle the output of the Data Manager Tool --> <column name="key" /> <!-- columns that are going to be specified by the Data Manager Tool --> <column name="version" /> <!-- columns that are going to be specified by the Data Manager Tool --> <column name="genome" /> <!-- columns that are going to be specified by the Data Manager Tool --> <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool --> <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool --> </output> </data_table> </data_manager> </data_managers>