changeset 1:17c53abb81d8 draft

Uploaded
author jbrayet
date Wed, 18 Nov 2015 07:43:41 -0500
parents e0eba13a95b7
children 8ad577d4a877
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Nov 18 05:12:48 2015 -0500
+++ b/tool_dependencies.xml	Wed Nov 18 07:43:41 2015 -0500
@@ -3,8 +3,8 @@
     <package name="docker_samtools" version="0.1">
         <install version="1.0">
             <actions>
-                <action type="shell_command">wget Dockerfile https://github.com/viv-1/gd-docker-tool_shed/blob/master/DockerFile</action>
-                <action type="shell_command">docker build -t samtools:1.0 - &lt; Dockerfile</action>
+                <action type="shell_command">wget Dockerfile https://github.com/viv-1/gd-docker-tool_shed/raw/master/Dockerfile</action>
+                <action type="shell_command">docker build -t samtools:1.0 -f Dockerfile ./</action>
             </actions>
         </install>
         <readme>