Repository 'package_bamtools_2_3_0'
hg clone https://toolshed.g2.bx.psu.edu/repos/malbuquerque/package_bamtools_2_3_0

Changeset 1:38dafb8b3980 (2015-01-19)
Previous changeset 0:2c55ff0a3013 (2015-01-19) Next changeset 2:cfc30ae94222 (2015-01-19)
Commit message:
Uploaded
modified:
tool_dependencies.xml
b
diff -r 2c55ff0a3013 -r 38dafb8b3980 tool_dependencies.xml
--- a/tool_dependencies.xml Mon Jan 19 18:52:05 2015 -0500
+++ b/tool_dependencies.xml Mon Jan 19 18:59:47 2015 -0500
b
@@ -15,6 +15,8 @@
 
  <action type="download_by_url">https://github.com/pezmaster31/bamtools/archive/v2.3.0.tar.gz</action>
  <action type="shell_command">mkdir build</action>
+ <action type="shell_command">ls</action>
+ <action type="shell_command">sleep 10</action>
  <action type="shell_command">cd build</action>
  <action type="shell_command">cmake ..</action>
  <action type="shell_command">make</action>