Mercurial > repos > iuc > data_manager_fetch_refseq
comparison data_manager_conf.xml @ 3:4314700c39d5 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_refseq commit f633fe1d97bedff14dbbffcbcc028a3ce9d1d1f2"
author | iuc |
---|---|
date | Sun, 19 Apr 2020 18:43:18 +0000 |
parents | 214e68e8852c |
children |
comparison
equal
deleted
inserted
replaced
2:f0b1b5b4d227 | 3:4314700c39d5 |
---|---|
9 <column name="path" output_ref="output_file" > | 9 <column name="path" output_ref="output_file" > |
10 <move type="file"> | 10 <move type="file"> |
11 <source>${path}</source> | 11 <source>${path}</source> |
12 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">refseq/#echo str($dbkey).split('.')[1]#/${value}.fasta</target> | 12 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">refseq/#echo str($dbkey).split('.')[1]#/${value}.fasta</target> |
13 </move> | 13 </move> |
14 <value_translation>refseq/#echo str($dbkey).split('.')[1]#/${value}.fasta</value_translation> | 14 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/refseq/#echo str($dbkey).split('.')[1]#/${value}.fasta</value_translation> |
15 <value_translation type="function">abspath</value_translation> | 15 <value_translation type="function">abspath</value_translation> |
16 </column> | 16 </column> |
17 </output> | 17 </output> |
18 </data_table> | 18 </data_table> |
19 </data_manager> | 19 </data_manager> |