comparison tool_dependencies.xml @ 2:c9b972613908 draft

planemo upload commit 4abfa4aaee08afe2a3246420ce5d131e1c1d42d8-dirty
author mvdbeek
date Fri, 25 Sep 2015 12:25:49 -0400
parents b0e9867f0dfb
children a00c9a1db096
comparison
equal deleted inserted replaced
1:b0e9867f0dfb 2:c9b972613908
6 <package name="ngs_sdk" version="1.1.3"> 6 <package name="ngs_sdk" version="1.1.3">
7 <install version="1.0"> 7 <install version="1.0">
8 <actions> 8 <actions>
9 <action target_filename="ngs-1.1.3.tar.gz" type="download_by_url">https://github.com/ncbi/ngs/archive/1.1.3.tar.gz</action> 9 <action target_filename="ngs-1.1.3.tar.gz" type="download_by_url">https://github.com/ncbi/ngs/archive/1.1.3.tar.gz</action>
10 <action type="autoconf">--prefix=$INSTALL_DIR --build=$INSTALL_DIR</action> 10 <action type="autoconf">--prefix=$INSTALL_DIR --build=$INSTALL_DIR</action>
11 <action type="change_directory">ngs-sdk</action>
11 <action type="set_environment"> 12 <action type="set_environment">
12 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 13 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
13 <environment_variable action="set_to" name="NGS_SDK_DIR">$INSTALL_DIR</environment_variable> 14 <environment_variable action="set_to" name="NGS_SDK_DIR">$INSTALL_DIR</environment_variable>
14 </action> 15 </action>
15 </actions> 16 </actions>