comparison tool_dependencies.xml @ 1:17c53abb81d8 draft

Uploaded
author jbrayet
date Wed, 18 Nov 2015 07:43:41 -0500
parents e0eba13a95b7
children 8ad577d4a877
comparison
equal deleted inserted replaced
0:e0eba13a95b7 1:17c53abb81d8
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="docker_samtools" version="0.1"> 3 <package name="docker_samtools" version="0.1">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="shell_command">wget Dockerfile https://github.com/viv-1/gd-docker-tool_shed/blob/master/DockerFile</action> 6 <action type="shell_command">wget Dockerfile https://github.com/viv-1/gd-docker-tool_shed/raw/master/Dockerfile</action>
7 <action type="shell_command">docker build -t samtools:1.0 - &lt; Dockerfile</action> 7 <action type="shell_command">docker build -t samtools:1.0 -f Dockerfile ./</action>
8 </actions> 8 </actions>
9 </install> 9 </install>
10 <readme> 10 <readme>
11 11
12 </readme> 12 </readme>