# HG changeset patch
# User ecology
# Date 1753436668 0
# Node ID bdc969c006fec66e0ab5bec19bd778ae41991ea5
# Parent 418e441280240b5993027cf5ee832472865c107a
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/ocean_data_view_manager commit 9439bd5028eacdaaaff42dd2e095cb6ddc5af56e
diff -r 418e44128024 -r bdc969c006fe tool_odv.xml
--- a/tool_odv.xml Mon Jul 21 15:55:08 2025 +0000
+++ b/tool_odv.xml Fri Jul 25 09:44:28 2025 +0000
@@ -2,7 +2,7 @@
tool for qualificiation and validation
1.3
- 1
+ 2
easyqcvbgc/easy-qcv_odv-coll-manager_tool:oc@VERSION@
@@ -32,7 +32,7 @@
#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 &&
@@ -46,30 +46,28 @@
#if $config.type == 'yes':
default:
file_name_list_raw:
- #for $i, $infile in enumerate($input_raw):
+ #for $infile in $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
+ #if $extension == 'nc':
+ - ${infile.element_identifier}
+ #else
+ - ${infile.element_identifier}.nc
+ #end if
#end for
- - ${name_raw}
- operator: '${config.operator}'
+ operator: ${config.operator}
QV:
file_name_list_ref:
- #for $i, $infile in enumerate($input_ref):
- #set name_ref='${infile.element_identifier}'
+ #for $infile in $input_ref :
+ - ${infile.element_identifier}
#end for
- - ${name_ref}
odv_collection:
name: "odv_collection.txt"
- qc_convention: '${config.qc_convention}'
+ qc_convention: ${config.qc_convention}
tool_option:
- subsetting: '${config.subsetting}'
- plt: '${config.plt}'
- #end if
+ subsetting: ${config.subsetting}
+ plt: ${config.plt}
+ #end if
@@ -99,15 +97,15 @@
-
-
+
+
-
+