Mercurial > repos > ecology > tool_odv_history
changeset 1:fce3b7d55db8 draft default tip
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/ocean_data_view_manager commit ced737b68c38210dc800fc8b5adf08c040c68db5
author | ecology |
---|---|
date | Thu, 05 Jun 2025 16:48:12 +0000 |
parents | e381829b0213 |
children | |
files | tool_odv_history.xml |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_odv_history.xml Wed Jun 04 15:33:31 2025 +0000 +++ b/tool_odv_history.xml Thu Jun 05 16:48:12 2025 +0000 @@ -2,7 +2,7 @@ <description>reports user action performed with ODV</description> <macros> <token name="@VERSION@">1.0</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">0.1</token> </macros> <requirements> <container type="docker">easyqcvbgc/easy-qcv_odv-history-manager_tool:@VERSION@</container> @@ -16,15 +16,15 @@ mkdir -p ./outputs && #for $i, $infile in enumerate($input_raw): - cp '$infile' '/runtime/data-in-raw/${infile.element_identifier}_${i}.nc' && + cp '$infile' '/runtime/data-in-raw/${infile.element_identifier}.nc' && #end for #if $input_odv: #for $i, $infile in enumerate($input_odv): - cp '$infile' '/runtime/data-in-history/${infile.element_identifier}_${i}' && + cp '$infile' '/runtime/data-in-history/${infile.element_identifier}' && #end for #end if #for $i, $infile in enumerate($input_hist): - cp '$infile' '/runtime/data-in-history/${infile.element_identifier}_${i}' && + cp '$infile' '/runtime/data-in-history/${infile.element_identifier}' && #end for #if $config.type == 'yes': ## Write YAML content @@ -43,7 +43,7 @@ #mandatory information file_name_list_raw : #for $i, $infile in enumerate($input_raw): - #set name_raw='${infile.element_identifier}_${i}.nc' + #set name_raw='${infile.element_identifier}.nc' - ${name_raw} #end for #optional @@ -52,13 +52,13 @@ odv_collection : name: #for $i, $infile in enumerate($input_odv): - #set name_odv='${infile.element_identifier}_${i}' + #set name_odv='${infile.element_identifier}' - ${name_odv} #end for qc_convention: '${config.qc_convention}' file_name_odv_history : #for $i, $infile in enumerate($input_hist): - #set name_hist='${infile.element_identifier}_${i}' + #set name_hist='${infile.element_identifier}' - ${name_hist} #end for change_report : '${config.change_report}'