comparison fail.xml @ 6:3a933f3dd388 draft default tip

"planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/fail commit 8c2b974e68ad4009b5723c5994f193f608ddb923"
author mbernt
date Wed, 15 Dec 2021 10:44:02 +0000
parents e2a52e6a81f3
children
comparison
equal deleted inserted replaced
5:c870a477c539 6:3a933f3dd388
1 <tool id="fail" name="fail" version="0.1.2"> 1 <tool id="fail" name="fail" version="0.1.2">
2 <requirements> 2 <requirements>
3 </requirements> 3 </requirements>
4 <command detect_errors="exit_code"><![CDATA[ 4 <command detect_errors="exit_code"><![CDATA[
5 echo "" > $out_file1 && 5 echo "" > $out_file1 &&
6 sh -c "exit $code" 6 sh -c "exit $code"
7 ]]></command> 7 ]]></command>
8 <inputs> 8 <inputs>
9 <param name="code" type="integer" value=""/> 9 <param name="code" type="integer" value=""/>
10 </inputs> 10 </inputs>
11 <outputs> 11 <outputs>
12 <data format="tabular" name="out_file1" /> 12 <data format="tabular" name="out_file1" />
13 </outputs> 13 </outputs>
14 <tests> 14 <tests>
15 <test expect_failure="true" expect_exit_code="4"> 15 <test expect_failure="true" expect_exit_code="4">
16 <param name="code" value="4"/> 16 <param name="code" value="4"/>
17 </test> 17 </test>
18 </tests> 18 </tests>
19 <help><![CDATA[ 19 <help><![CDATA[
20 TODO: Fill in help. 20 TODO: Fill in help.
21 ]]></help> 21 ]]></help>