Mercurial > repos > jeremie > package_pindel_0_2_5
comparison tool_dependencies.xml @ 7:83fe7d36a64d draft
Uploaded
author | jeremie |
---|---|
date | Thu, 19 Jun 2014 09:30:16 -0400 |
parents | 3f6014ca8e19 |
children | c8bdd88ddbba |
comparison
equal
deleted
inserted
replaced
6:3f6014ca8e19 | 7:83fe7d36a64d |
---|---|
5 </package> | 5 </package> |
6 <package name="pindel" version="0.2.5"> | 6 <package name="pindel" version="0.2.5"> |
7 <install version="1.0"> | 7 <install version="1.0"> |
8 <actions> | 8 <actions> |
9 <action type="download_by_url" target_filename="pindel-master.zip">https://github.com/genome/pindel/archive/master.zip</action> | 9 <action type="download_by_url" target_filename="pindel-master.zip">https://github.com/genome/pindel/archive/master.zip</action> |
10 <action type="shell_command">unzip pindel-master.zip -d pindel</action> | 10 <!--<action type="shell_command">unzip pindel-master.zip -d pindel</action>--> |
11 <!-- <action type="shell_command">cd pindel</action> | 11 <action type="shell_command">cd pindel-master</action> |
12 <action type="shell_command">make SAMTOOLS=~/samtools</action> | 12 <action type="shell_command">make SAMTOOLS=~/samtools</action> |
13 <action type="move_file"> | 13 <action type="move_file"> |
14 <source>pindel</source> | 14 <source>pindel</source> |
15 <destination>$INSTALL_DIR/</destination> | 15 <destination>$INSTALL_DIR/</destination> |
16 </action>--> | 16 </action> |
17 <action type="set_environment"> | 17 <action type="set_environment"> |
18 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> | 18 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> |
19 </action> | 19 </action> |
20 </actions> | 20 </actions> |
21 </install> | 21 </install> |