Mercurial > repos > biomonika > test_dependency
annotate test_dependency.xml @ 8:5573c2fa9824
full depend
| author | biomonika <biomonika@psu.edu> |
|---|---|
| date | Mon, 25 Aug 2014 12:51:30 -0400 |
| parents | 7112ee9a7ada |
| children | 01811c70635c |
| rev | line source |
|---|---|
| 0 | 1 <tool id="test_dependency" name="test_dependency"> |
| 2 <description>Test toolshed dependency</description> | |
| 8 | 3 <command interpreter="bash">test_dependency.sh $output</command> |
| 0 | 4 <inputs> |
| 5 </inputs> | |
| 6 <outputs> | |
| 8 | 7 <data format="txt" name="output" /> |
| 0 | 8 </outputs> |
| 9 | |
| 10 <tests> | |
| 11 <test> | |
| 12 <output name="out_file1" file="Y_results.txt"/> | |
| 13 </test> | |
| 14 </tests> | |
| 15 | |
| 16 <help> | |
| 17 Test dependency | |
| 18 </help> | |
| 19 | |
| 20 </tool> |
