changeset 26:be74f9128239 draft

Uploaded
author fcaramia
date Wed, 19 Jun 2013 23:24:07 -0400
parents fa2e9115ae1f
children 59062e4be319
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jun 19 23:17:31 2013 -0400
+++ b/tool_dependencies.xml	Wed Jun 19 23:24:07 2013 -0400
@@ -15,7 +15,7 @@
                 
                 <action type="download_file">https://github.com/genome/somatic-sniper/archive/master.zip</action>
                 <action type="download_file">https://github.com/genome/build-common/tarball/master</action>
-                <action type="shell_command">unzip master.zip</action>	
+                <action type="shell_command">unzip master.zip &amp;&amp; ls -la somatic-sniper-master/</action>	
 		<action type="shell_command">tar -xzvf master</action>
 		<action type="shell_command">rm -rf  somatic-sniper-master/build-common/</action>
 		<action type="shell_command">mv genome-build-common-077bd57/ somatic-sniper-master/build-common/</action>