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

Changeset 3:ec6d0185c9fe (2015-01-19)
Previous changeset 2:cfc30ae94222 (2015-01-19) Next changeset 4:ad46b5210186 (2015-01-19)
Commit message:
Uploaded
modified:
tool_dependencies.xml
b
diff -r cfc30ae94222 -r ec6d0185c9fe tool_dependencies.xml
--- a/tool_dependencies.xml Mon Jan 19 19:02:32 2015 -0500
+++ b/tool_dependencies.xml Mon Jan 19 19:07:34 2015 -0500
b
@@ -15,14 +15,10 @@
 
  <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">ls</action>
- <action type="shell_command">sleep 10</action>
+ <action type="change_directory">build</action>
+ <action type="shell_command">cmake ..</action>
  <action type="shell_command">make</action>
- <action type="shell_command">cd ./../</action>
+ <action type="change_directory">cd ..</action>
 
  <action type="move_directory_files">
  <source_directory>./</source_directory>