Repository 'package_igvtools_2_3_32'
hg clone https://toolshed.g2.bx.psu.edu/repos/geert-vandeweyer/package_igvtools_2_3_32

Changeset 1:3c087cee3b8f (2014-09-28)
Previous changeset 0:79f8f883a7a0 (2014-09-25)
Commit message:
included a chmod u+x statement for the igvtools command.
modified:
tool_dependencies.xml
b
diff -r 79f8f883a7a0 -r 3c087cee3b8f tool_dependencies.xml
--- a/tool_dependencies.xml Thu Sep 25 05:16:39 2014 -0400
+++ b/tool_dependencies.xml Sun Sep 28 07:48:30 2014 -0400
b
@@ -7,7 +7,9 @@
  <action type="move_directory_files">
  <source_directory>.</source_directory>
  <destination_directory>$INSTALL_DIR/bin</destination_directory>
+
  </action>
+ <action type="shell_command">chmod u+x $INSTALL_DIR/bin/igvtools</action>
                 <action type="set_environment">
  <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                 </action>