Mercurial > repos > jbrayet > docker_samtools
annotate tool_dependencies.xml @ 0:e0eba13a95b7 draft
Uploaded
| author | jbrayet |
|---|---|
| date | Wed, 18 Nov 2015 05:12:48 -0500 |
| parents | |
| children | 17c53abb81d8 |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="docker_samtools" version="0.1"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="shell_command">wget Dockerfile https://github.com/viv-1/gd-docker-tool_shed/blob/master/DockerFile</action> | |
| 7 <action type="shell_command">docker build -t samtools:1.0 - < Dockerfile</action> | |
| 8 </actions> | |
| 9 </install> | |
| 10 <readme> | |
| 11 | |
| 12 </readme> | |
| 13 </package> | |
| 14 </tool_dependency> |
