Mercurial > repos > trinity_ctat > ncat1
diff ncat1.xml @ 0:39190a00f476 draft default tip
try creating cattest1
| author | trinity_ctat |
|---|---|
| date | Fri, 08 Sep 2017 14:50:39 -0400 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ncat1.xml Fri Sep 08 14:50:39 2017 -0400 @@ -0,0 +1,37 @@ +<tool id="ncat1" name="NoCat" version="1.0.0"> + <requirements> + </requirements> + <command detect_errors="exit_code"><![CDATA[ + cat $input > $output + ]]></command> + <inputs> + <param type="data" name="input" format="txt" /> + </inputs> + <outputs> + <data name="output" format="txt" /> + </outputs> + + <tests> + <test> + <param name="input" value="start_cat.txt" /> + <output name="output" file="start_cat.txt" /> + </test> + </tests> + + <help><![CDATA[ + This cat is no cat. + ]]></help> + + <citations> + <citation type="bibtex"> +@misc{myNoCat, + author = {Dennis, Cicada}, + year = {2017}, + title = {myNoCat}, + publisher = {Noone}, + journal = {nobody}, + url = {http://cicadamessenger.com}, +}</citation> + </citations> + +</tool>
