# HG changeset patch # User ximgchess # Date 1681326245 0 # Node ID 3a9135044f146a6a7a3a158be483573695a5da8f # Parent 75199a75de43bb8e94af0388591cdc78fa48f0cf planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit eda217fb0afe5af50380a24b578c668db9c004f4-dirty diff -r 75199a75de43 -r 3a9135044f14 tomo/.tmp.tmp.swp Binary file tomo/.tmp.tmp.swp has changed diff -r 75199a75de43 -r 3a9135044f14 tomo/tmp.tmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tomo/tmp.tmp Wed Apr 12 19:04:05 2023 +0000 @@ -0,0 +1,84 @@ + + Reduce tomography images + + tomo_macros.xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 75199a75de43 -r 3a9135044f14 tomo/tomo_reduce.xml --- a/tomo/tomo_reduce.xml Wed Apr 12 18:58:32 2023 +0000 +++ b/tomo/tomo_reduce.xml Wed Apr 12 19:04:05 2023 +0000 @@ -6,20 +6,26 @@ 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 ]]>