Mercurial > repos > iuc > data_manager_snpsift_dbnsfp
view data_manager_conf.xml @ 7:fe8a9ab8daf9 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_snpsift_dbnsfp commit 02d2967f77e3fa5a18aea63dc84aa9ab418dc165"
author | iuc |
---|---|
date | Sun, 22 Nov 2020 12:54:01 +0000 |
parents | 0e9e3bb5776a |
children |
line wrap: on
line source
<?xml version="1.0"?> <data_managers> <data_manager tool_file="data_manager/data_manager_snpsift_dbnsfp.xml" id="data_manager_snpsift_dbnsfp" > <data_table name="snpsift_dbnsfps"> <!-- 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="build" /> <!-- 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="value" output_ref="out_file" > <move type="directory" relativize_symlinks="True"> <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">snpSift/v4_1/dbnsfp</target> </move> <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/snpSift/v4_1/dbnsfp/${value}</value_translation> <value_translation type="function">abspath</value_translation> </column> <column name="annnotations" /> <!-- columns that are going to be specified by the Data Manager Tool --> </output> </data_table> </data_manager> </data_managers>