comparison ncat1.xml @ 0:39190a00f476 draft default tip

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