Mercurial > repos > iuc > data_manager_ncbi_fcs_gx_database_downloader
comparison data_manager_conf.xml @ 1:35cef758050c draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/data_managers/data_manager_ncbi_fcs_gx_database_downloader commit 25c9d8d297d0e10f92e373f6a959274dedc10433
| author | iuc |
|---|---|
| date | Wed, 09 Oct 2024 08:53:07 +0000 |
| parents | 6be6e6198ac3 |
| children |
comparison
equal
deleted
inserted
replaced
| 0:6be6e6198ac3 | 1:35cef758050c |
|---|---|
| 1 <data_managers> | 1 <data_managers> |
| 2 <data_manager tool_file="data_manager/data_manager_ncbi_fcs_gx_database_downloader.xml" id="data_manager_ncbi_fcs_gx_database_downloader"> | 2 <data_manager tool_file="data_manager/data_manager_ncbi_fcs_gx_database_downloader.xml" id="data_manager_ncbi_fcs_gx_database_downloader"> |
| 3 <data_table name="ncbi_fcs_gx_databases"> | 3 <data_table name="ncbi_fcs_gx_databases_ext"> |
| 4 <output> | 4 <output> |
| 5 <column name="value" /> | 5 <column name="value" /> |
| 6 <column name="name" /> | |
| 6 <column name="source_manifest" /> | 7 <column name="source_manifest" /> |
| 7 <column name="name" output_ref="output_file"> | 8 <column name="use_source_manifest" /> |
| 9 <column name="phone_home" /> | |
| 10 <column name="phone_home_label" /> | |
| 11 <column name="local_manifest" output_ref="output_file"> | |
| 8 <move type="directory"> | 12 <move type="directory"> |
| 9 <source>${name}</source> | 13 <source>${local_manifest}</source> |
| 10 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">ncbi_fcs_gx_databases/${value}</target> | 14 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">ncbi_fcs_gx_databases_ext/${value}</target> |
| 11 </move> | 15 </move> |
| 12 <value_translation><![CDATA[ | 16 <value_translation><![CDATA[ |
| 13 #import os | 17 #import os |
| 14 #set manifest_filename = os.path.basename($source_manifest) | 18 #set manifest_filename = os.path.basename($source_manifest) |
| 15 $GALAXY_DATA_MANAGER_DATA_PATH/ncbi_fcs_gx_databases/$value/$manifest_filename | 19 $GALAXY_DATA_MANAGER_DATA_PATH/ncbi_fcs_gx_databases_ext/$value/$manifest_filename |
| 16 ]]></value_translation> | 20 ]]></value_translation> |
| 17 <value_translation type="function">abspath</value_translation> | 21 <value_translation type="function">abspath</value_translation> |
| 18 </column> | 22 </column> |
| 19 </output> | 23 </output> |
| 20 </data_table> | 24 </data_table> |
