|
0
|
1 <tool id="mcat2" name="MoCat" version="2.0.0">
|
|
|
2 <requirements>
|
|
|
3 </requirements>
|
|
|
4 <command detect_errors="exit_code"><![CDATA[
|
|
|
5 cat $input1 $input2 > $output
|
|
|
6 ]]></command>
|
|
|
7 <inputs>
|
|
|
8 <param type="data" name="input1" format="txt" />
|
|
|
9 <param type="data" name="input2" format="txt" />
|
|
|
10 </inputs>
|
|
|
11 <outputs>
|
|
|
12 <data name="output" format="txt" />
|
|
|
13 </outputs>
|
|
|
14
|
|
|
15 <tests>
|
|
|
16 <test>
|
|
|
17 <param name="input1" value="start_cat.txt" />
|
|
|
18 <param name="input2" value="start_cat.txt" />
|
|
|
19 <output name="output" file="two_cat.txt" />
|
|
|
20 </test>
|
|
|
21 </tests>
|
|
|
22
|
|
|
23 <help><![CDATA[
|
|
|
24 This cat is two cat.
|
|
|
25 ]]></help>
|
|
|
26
|
|
|
27 <citations>
|
|
|
28 <citation type="bibtex">
|
|
|
29 @misc{myTwoCat,
|
|
|
30 author = {Dennis, Cicada},
|
|
|
31 year = {2017},
|
|
|
32 title = {myTwoCat},
|
|
|
33 publisher = {Noone},
|
|
|
34 journal = {nobody},
|
|
|
35 url = {http://cicadamessenger.com},
|
|
|
36 }</citation>
|
|
|
37 </citations>
|
|
|
38
|
|
|
39 </tool>
|