Mercurial > repos > ximgchess > chap_test_20230411
comparison tomo/tomo_reduce.xml @ 22:73297b1c561e draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 3e8c1c54d5e12fdbc4f6c5cdae88b6d054db7c45-dirty
author | ximgchess |
---|---|
date | Wed, 12 Apr 2023 11:25:54 +0000 |
parents | 3532e0077e1e |
children | 530ccdd4cb8c |
comparison
equal
deleted
inserted
replaced
21:3532e0077e1e | 22:73297b1c561e |
---|---|
6 <expand macro="requirements"/> | 6 <expand macro="requirements"/> |
7 <command detect_errors="exit_code"> | 7 <command detect_errors="exit_code"> |
8 <![CDATA[ | 8 <![CDATA[ |
9 #if str($map.type_selector) == "yaml" | 9 #if str($map.type_selector) == "yaml" |
10 cp '$input_file' map.yaml && | 10 cp '$input_file' map.yaml && |
11 cat str($__tool_directory__/andor2.yaml) str($tool_config) > reduce.yaml | 11 cat $__tool_directory__/andor2.yaml $tool_config > reduce.yaml |
12 #else | 12 #else |
13 cp '$input_file' setup.nex && | 13 cp '$input_file' setup.nex && |
14 cp '$tool_config' reduce.yaml | 14 cp '$tool_config' reduce.yaml |
15 #end if | 15 #end if |
16 cat reduce.yaml | 16 cat reduce.yaml |