# HG changeset patch # User ximgchess # Date 1681309868 0 # Node ID 5d3313dbb8a225266646f51a09dc079577efbc1d # Parent 7c2b2bb53c231b0d8a3ae330b6ee21d2ef61d4e9 planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit eda217fb0afe5af50380a24b578c668db9c004f4-dirty diff -r 7c2b2bb53c23 -r 5d3313dbb8a2 tomo/tomo_reduce.xml --- a/tomo/tomo_reduce.xml Wed Apr 12 14:28:25 2023 +0000 +++ b/tomo/tomo_reduce.xml Wed Apr 12 14:31:08 2023 +0000 @@ -6,8 +6,20 @@ 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 ]]> @@ -67,6 +79,10 @@