comparison tool_dependencies.xml @ 3:a00c9a1db096 draft default tip

planemo upload commit 92d32947393757598262fbaed175b2c6fd84c181
author mvdbeek
date Fri, 25 Sep 2015 13:18:15 -0400
parents c9b972613908
children
comparison
equal deleted inserted replaced
2:c9b972613908 3:a00c9a1db096
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_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_file">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>
10 <action type="autoconf">--prefix=$INSTALL_DIR --build=$INSTALL_DIR</action> 14 <action type="autoconf">--prefix=$INSTALL_DIR --build=$INSTALL_DIR</action>
11 <action type="change_directory">ngs-sdk</action>
12 <action type="set_environment"> 15 <action type="set_environment">
13 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 16 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
14 <environment_variable action="set_to" name="NGS_SDK_DIR">$INSTALL_DIR</environment_variable> 17 <environment_variable action="set_to" name="NGS_SDK_DIR">$INSTALL_DIR</environment_variable>
15 </action> 18 </action>
16 </actions> 19 </actions>