view data_manager_conf.xml @ 8:752439501b04 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_snpsift_dbnsfp commit ad15c8e96a0633f1939266d63fd17978afa7d9b7
author iuc
date Thu, 09 Feb 2023 14:55:23 +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>