Mercurial > repos > geert-vandeweyer > package_igvtools_2_3_32
comparison tool_dependencies.xml @ 1:3c087cee3b8f draft default tip
included a chmod u+x statement for the igvtools command.
author | geert-vandeweyer |
---|---|
date | Sun, 28 Sep 2014 07:48:30 -0400 |
parents | 79f8f883a7a0 |
children |
comparison
equal
deleted
inserted
replaced
0:79f8f883a7a0 | 1:3c087cee3b8f |
---|---|
5 <actions> | 5 <actions> |
6 <action type="download_by_url" target_filename="IGVTools.zip">http://www.broadinstitute.org/igv/projects/downloads/igvtools_2.3.32.zip</action> | 6 <action type="download_by_url" target_filename="IGVTools.zip">http://www.broadinstitute.org/igv/projects/downloads/igvtools_2.3.32.zip</action> |
7 <action type="move_directory_files"> | 7 <action type="move_directory_files"> |
8 <source_directory>.</source_directory> | 8 <source_directory>.</source_directory> |
9 <destination_directory>$INSTALL_DIR/bin</destination_directory> | 9 <destination_directory>$INSTALL_DIR/bin</destination_directory> |
10 | |
10 </action> | 11 </action> |
12 <action type="shell_command">chmod u+x $INSTALL_DIR/bin/igvtools</action> | |
11 <action type="set_environment"> | 13 <action type="set_environment"> |
12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | 14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
13 </action> | 15 </action> |
14 </actions> | 16 </actions> |
15 </install> | 17 </install> |