comparison data_manager_conf.xml @ 0:60eb2512c5a0 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_humann_database_downloader commit 077b8f34e081e6c427acb0fde0fbb97d1b241e0b"
author iuc
date Wed, 12 May 2021 08:58:50 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:60eb2512c5a0
1 <data_managers>
2 <data_manager tool_file="data_manager/data_manager_humann_download.xml" id="data_manager_humann_download" >
3 <data_table name="humann_nucleotide_database"> <!-- Defines a Data Table to be modified. -->
4 <output> <!-- Handle the output of the Data Manager Tool -->
5 <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool -->
6 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool -->
7 <column name="dbkey" /> <!-- columns that are going to be specified by the Data Manager Tool -->
8 <column name="path" output_ref="out_file" >
9 <move type="directory">
10 <source>${path}</source>
11 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">humann/data/nucleotide_database/${value}</target>
12 </move>
13 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/humann/data/nucleotide_database/${value}</value_translation>
14 </column>
15 </output>
16 </data_table>
17 <data_table name="humann_protein_database"> <!-- Defines a Data Table to be modified. -->
18 <output> <!-- Handle the output of the Data Manager Tool -->
19 <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool -->
20 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool -->
21 <column name="dbkey" /> <!-- columns that are going to be specified by the Data Manager Tool -->
22 <column name="path" output_ref="out_file" >
23 <move type="directory">
24 <source>${path}</source>
25 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">humann/data/protein_database/${value}</target>
26 </move>
27 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/humann/data/protein_database/${value}</value_translation>
28 </column>
29 </output>
30 </data_table>
31 <data_table name="humann_utility_mapping"> <!-- Defines a Data Table to be modified. -->
32 <output> <!-- Handle the output of the Data Manager Tool -->
33 <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool -->
34 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool -->
35 <column name="dbkey" /> <!-- columns that are going to be specified by the Data Manager Tool -->
36 <column name="path" output_ref="out_file" >
37 <move type="file" relativize_symlinks="False">
38 <source>${path}</source>
39 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">humann/data/utility_mapping/${value}</target>
40 </move>
41 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/humann/data/utility_mapping/${value}</value_translation>
42 </column>
43 </output>
44 </data_table>
45 </data_manager>
46 </data_managers>
47