comparison tool_dependencies.xml @ 1:b0e9867f0dfb draft

planemo upload commit 4abfa4aaee08afe2a3246420ce5d131e1c1d42d8
author mvdbeek
date Fri, 25 Sep 2015 11:31:38 -0400
parents f530f97e76ea
children c9b972613908
comparison
equal deleted inserted replaced
0:f530f97e76ea 1:b0e9867f0dfb
4 <repository changeset_revision="2590d4683481" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> 4 <repository changeset_revision="2590d4683481" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
5 </package> 5 </package>
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_file">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="shell_command">
11 tar -xf ngs-1.1.3.tar.gz
12 </action>
13 <action type="change_directory">ngs-1.1.3/ngs-sdk</action>
14 <action type="autoconf">--prefix=$INSTALL_DIR --build=$INSTALL_DIR</action> 10 <action type="autoconf">--prefix=$INSTALL_DIR --build=$INSTALL_DIR</action>
15 <action type="set_environment"> 11 <action type="set_environment">
16 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 12 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
17 <environment_variable action="set_to" name="NGS_SDK_DIR">$INSTALL_DIR</environment_variable> 13 <environment_variable action="set_to" name="NGS_SDK_DIR">$INSTALL_DIR</environment_variable>
18 </action> 14 </action>