Mercurial > repos > trinity_ctat > mcat2
comparison mcat2.xml @ 0:132f72385f56 draft default tip
try creating cattest1
| author | trinity_ctat |
|---|---|
| date | Fri, 08 Sep 2017 14:50:18 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:132f72385f56 |
|---|---|
| 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> |
