comparison lcat3.xml @ 0:f9bb89b4477e draft default tip

try creating cattest1
author trinity_ctat
date Fri, 08 Sep 2017 14:49:24 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f9bb89b4477e
1 <tool id="lcat3" name="LoCat" version="3.0.0">
2 <requirements>
3 </requirements>
4 <command detect_errors="exit_code"><![CDATA[
5 cat $input1 $input2 $input3 > $output
6 ]]></command>
7 <inputs>
8 <param type="data" name="input1" format="txt" />
9 <param type="data" name="input2" format="txt" />
10 <param type="data" name="input3" format="txt" />
11 </inputs>
12 <outputs>
13 <data name="output" format="txt" />
14 </outputs>
15
16 <tests>
17 <test>
18 <param name="input1" value="start_cat.txt" />
19 <param name="input2" value="start_cat.txt" />
20 <param name="input2" value="start_cat.txt" />
21 <output name="output" file="three_cat.txt" />
22 </test>
23 </tests>
24
25 <help><![CDATA[
26 This cat is three cat.
27 ]]></help>
28
29 <citations>
30 <citation type="bibtex">
31 @misc{myThreeCat,
32 author = {Dennis, Cicada},
33 year = {2017},
34 title = {myThreeCat},
35 publisher = {Noone},
36 journal = {nobody},
37 url = {http://cicadamessenger.com},
38 }</citation>
39 </citations>
40
41 </tool>