# HG changeset patch
# User ximgchess
# Date 1682945446 0
# Node ID 7638a2c68b7f587464e51b14696c54707c8ac41d
# Parent d0bc5f9dc4c9cbf15e3a51d91ff6db27d9aa29d3
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 64d735e72badb6466fcf32843328300887a4a46e-dirty
diff -r d0bc5f9dc4c9 -r 7638a2c68b7f tomo/tomo_reduce.bu
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tomo/tomo_reduce.bu Mon May 01 12:50:46 2023 +0000
@@ -0,0 +1,94 @@
+
+ Reduce tomography images
+
+ tomo_macros.xml
+
+
+
+ reduce.yaml &&
+ #else
+ cp $input_file setup.nex &&
+ cp $tool_config reduce.yaml &&
+ #end if
+ CHAP --config
+ #if str($map.type_selector) == "yaml"
+ $__tool_directory__/pipeline_reduce_yaml.yaml
+ #else
+ $__tool_directory__/pipeline_reduce_nexus.yaml
+ #end if
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r d0bc5f9dc4c9 -r 7638a2c68b7f tomo/tomo_reduce.xml
--- a/tomo/tomo_reduce.xml Thu Apr 27 11:01:04 2023 +0000
+++ b/tomo/tomo_reduce.xml Mon May 01 12:50:46 2023 +0000
@@ -10,16 +10,10 @@
$__tool_directory__/../pip_install.sh 'certif-pyspec==1.5.3' &&
#if str($map.type_selector) == "yaml"
cp $input_file map.yaml &&
- cat $__tool_directory__/$map.detector.type_selector $tool_config > reduce.yaml &&
+ cat $__tool_directory__/$map.detector.type_selector $tool_config > reduce.yaml
#else
cp $input_file setup.nex &&
- cp $tool_config reduce.yaml &&
- #end if
- CHAP --config
- #if str($map.type_selector) == "yaml"
- $__tool_directory__/pipeline_reduce_yaml.yaml
- #else
- $__tool_directory__/pipeline_reduce_nexus.yaml
+ cp $tool_config reduce.yaml
#end if
]]>
@@ -51,9 +45,9 @@
-
-
-
+
+
+