Mercurial > repos > bebatut > data_manager_metaphlan2_database_downloader
comparison data_manager_conf.xml @ 8:dbfade666d42 draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/data_managers/data_manager_metaphlan2_database_downloader commit bad4bb2f4bae0689a583c96d54193b937a340bb8-dirty
author | bebatut |
---|---|
date | Tue, 21 Feb 2017 08:49:45 -0500 |
parents | 27d7d61ca8df |
children | 1d8f4e8ef24c |
comparison
equal
deleted
inserted
replaced
7:c2480b29f64e | 8:dbfade666d42 |
---|---|
5 <output> <!-- Handle the output of the Data Manager Tool --> | 5 <output> <!-- Handle the output of the Data Manager Tool --> |
6 <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool --> | 6 <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool --> |
7 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool --> | 7 <column name="name" /> <!-- columns that are going to be specified by the Data Manager Tool --> |
8 <column name="dbkey" /> <!-- columns that are going to be specified by the Data Manager Tool --> | 8 <column name="dbkey" /> <!-- columns that are going to be specified by the Data Manager Tool --> |
9 <column name="path" output_ref="out_file" > | 9 <column name="path" output_ref="out_file" > |
10 <move type="directory" relativize_symlinks="True"> | 10 <move type="directory"> |
11 <source>${path}</source> | |
11 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">metaphlan2/data/${dbkey}</target> | 12 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">metaphlan2/data/${dbkey}</target> |
12 </move> | 13 </move> |
13 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/metaphlan2/data/${dbkey}/metaphlan2/data/</value_translation> | 14 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/metaphlan2/data/${dbkey}</value_translation> |
14 <value_translation type="function">abspath</value_translation> | 15 <value_translation type="function">abspath</value_translation> |
15 </column> | 16 </column> |
16 </output> | 17 </output> |
17 </data_table> | 18 </data_table> |
18 </data_manager> | 19 </data_manager> |