Mercurial > repos > geert-vandeweyer > package_igvtools_2_3_32
annotate 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 |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="igvtools" version="2.3.32"> | |
4 <install version="1.0"> | |
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> | |
7 <action type="move_directory_files"> | |
8 <source_directory>.</source_directory> | |
9 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
1
3c087cee3b8f
included a chmod u+x statement for the igvtools command.
geert-vandeweyer
parents:
0
diff
changeset
|
10 |
0 | 11 </action> |
1
3c087cee3b8f
included a chmod u+x statement for the igvtools command.
geert-vandeweyer
parents:
0
diff
changeset
|
12 <action type="shell_command">chmod u+x $INSTALL_DIR/bin/igvtools</action> |
0 | 13 <action type="set_environment"> |
14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
15 </action> | |
16 </actions> | |
17 </install> | |
18 <readme> | |
19 | |
20 </readme> | |
21 </package> | |
22 </tool_dependency> |