Mercurial > repos > pitagora > hellogalaxy
comparison hellogalaxy_docker.xml @ 1:7bf7f2ae13f9 default tip
commit
| author | ryotas <yamanaka@genome.rcast.u-tokyo.ac.jp> |
|---|---|
| date | Sun, 14 Feb 2016 18:11:54 +0900 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 0:88fb39c1abcc | 1:7bf7f2ae13f9 |
|---|---|
| 1 <tool id="hellogalaxy_docker" name="Hello Galaxy" version="0.0.1"> | |
| 2 <description>for Testing (Docker)</description> | |
| 3 <requirements> | |
| 4 <container type="docker">ryotas/hellogalaxy</container> | |
| 5 </requirements> | |
| 6 <command interpreter="sh"> | |
| 7 hellogalaxy.sh $num > $outfile | |
| 8 </command> | |
| 9 <inputs> | |
| 10 <param name="num" type="integer" value="10" label="How many times?" /> | |
| 11 </inputs> | |
| 12 <outputs> | |
| 13 <data format="tabular" name="outfile" label="${tool.name} on ${on_string}" /> | |
| 14 </outputs> | |
| 15 <help> | |
| 16 </help> | |
| 17 </tool> |
