# HG changeset patch # User ecology # Date 1753436647 0 # Node ID 2c592f49814dce4a5c68c927df151021a850e027 # Parent 94c2de92bccc0691075705b9b2a1df89b77fad4c planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/ocean_data_view_manager commit 9439bd5028eacdaaaff42dd2e095cb6ddc5af56e diff -r 94c2de92bccc -r 2c592f49814d tool_odv_history.xml --- a/tool_odv_history.xml Mon Jul 21 15:54:45 2025 +0000 +++ b/tool_odv_history.xml Fri Jul 25 09:44:07 2025 +0000 @@ -2,7 +2,7 @@ reports user action performed with ODV 1.2 - 1 + 2 easyqcvbgc/easy-qcv_odv-history-manager_tool:oh@VERSION@ @@ -34,7 +34,7 @@ #end for #if $config.type == 'yes': ## Write YAML content - cp '${config_file}' '/runtime/config/config_user_odv_tool.yml' && + cp '${config_file}' '/runtime/config/config_user_odv_manager.yml' && #end if /app/launchers/start-app.sh && @@ -48,32 +48,29 @@ default : #mandatory information file_name_list_raw : - #for $i, $infile in enumerate($input_raw): - #set real_name = $infile.element_identifier - #set extension = $real_name.split('.')[-1] - #if $extension == 'nc': - #set name_raw='${infile.element_identifier}' - #else: - #set name_raw='${infile.element_identifier}.nc' - #end if - - ${name_raw} + #for $infile in $input_raw: + #set real_name = $infile.element_identifier + #set extension = $real_name.split('.')[-1] + #if $extension == 'nc': + - ${infile.element_identifier} + #else + - ${infile.element_identifier}.nc + #end if #end for #optional operator : anonymous history : odv_collection : name: - #for $i, $infile in enumerate($input_odv): - #set name_odv='${infile.element_identifier}' - - ${name_odv} + #for $infile in $input_odv: + - ${infile.element_identifier} #end for - qc_convention: '${config.qc_convention}' + qc_convention: ${config.qc_convention} file_name_odv_history : - #for $i, $infile in enumerate($input_hist): - #set name_hist='${infile.element_identifier}' - - ${name_hist} + #for $infile in $input_hist: + - ${infile.element_identifier} #end for - change_report : '${config.change_report}' + change_report : ${config.change_report} #end if