Mercurial > repos > ximgchess > chap_test_20230411
changeset 112:c610d3babadc draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 6697892ecc504b00077394d0c167431ec3ac12f7-dirty
author | ximgchess |
---|---|
date | Fri, 26 May 2023 14:41:01 +0000 |
parents | e319f10f14c2 |
children | dc353f9c7d9e |
files | tomo/tomo_reduce.xml |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tomo/tomo_reduce.xml Fri May 26 14:34:40 2023 +0000 +++ b/tomo/tomo_reduce.xml Fri May 26 14:41:01 2023 +0000 @@ -11,6 +11,8 @@ cp $input_file map.yaml && #if str($map.detector.type_selector) == "from_file" cat $map.detector.detector_file $tool_config > reduce.yaml && + #elif str($map.detector.type_selector) == "manual" + cat $tool_config > reduce.yaml && #else cat $__tool_directory__/$map.detector.type_selector $tool_config > reduce.yaml && #end if