comparison tool_dependencies.xml @ 1:bb51af9130ea draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_sra_toolkit_2_5_2 commit 09fa2b6129e5d156e22b07287b0c3bb61ac41328
author iuc
date Tue, 01 Mar 2016 07:09:32 -0500
parents ab06c0240705
children
comparison
equal deleted inserted replaced
0:ab06c0240705 1:bb51af9130ea
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="perl" version="5.18.1"> 3 <package name="perl" version="5.18.1">
4 <repository changeset_revision="8b3509930a44" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> 4 <repository changeset_revision="03f5951a9855" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
5 </package>
6 <package name="libmagic" version="5.25">
7 <repository changeset_revision="21b08f55a6ac" name="package_libmagic_5_25" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
5 </package> 8 </package>
6 <package name="ncbi_vdb" version="2.5.2"> 9 <package name="ncbi_vdb" version="2.5.2">
7 <repository changeset_revision="b980182ad267" name="package_ncbi_vdb_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> 10 <repository changeset_revision="17ae6c0040ea" name="package_ncbi_vdb_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
8 </package> 11 </package>
9 <package name="ngs_sdk" version="1.1.3"> 12 <package name="ngs_sdk" version="1.1.3">
10 <repository changeset_revision="1197d3c98375" name="package_ngs_sdk_1_1_3" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> 13 <repository changeset_revision="1197d3c98375" name="package_ngs_sdk_1_1_3" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
11 </package> 14 </package>
12 <package name="sra_toolkit" version="2.5.2"> 15 <package name="sra_toolkit" version="2.5.2">
13 <install version="1.0"> 16 <install version="1.0">
14 <actions> 17 <actions>
15 <action type="download_by_url">https://github.com/ncbi/sra-tools/archive/2.5.2.tar.gz</action> 18 <action type="download_by_url">https://github.com/ncbi/sra-tools/archive/2.5.2.tar.gz</action>
16 <action type="set_environment_for_install"> 19 <action type="set_environment_for_install">
17 <repository changeset_revision="8b3509930a44" name="package_perl_5_18" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> 20 <repository changeset_revision="03f5951a9855" name="package_perl_5_18" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
18 <package name="perl" version="5.18.1" /> 21 <package name="perl" version="5.18.1" />
19 </repository> 22 </repository>
20 <repository changeset_revision="b980182ad267" name="package_ncbi_vdb_2_5_2" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> 23 <repository changeset_revision="21b08f55a6ac" name="package_libmagic_5_25" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
24 <package name="libmagic" version="5.25" />
25 </repository>
26 <repository changeset_revision="17ae6c0040ea" name="package_ncbi_vdb_2_5_2" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
21 <package name="ncbi_vdb" version="2.5.2" /> 27 <package name="ncbi_vdb" version="2.5.2" />
22 </repository> 28 </repository>
23 <repository changeset_revision="1197d3c98375" name="package_ngs_sdk_1_1_3" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> 29 <repository changeset_revision="1197d3c98375" name="package_ngs_sdk_1_1_3" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
24 <package name="ngs_sdk" version="1.1.3" /> 30 <package name="ngs_sdk" version="1.1.3" />
25 </repository> 31 </repository>
26 </action> 32 </action>
27 <action type="shell_command"> 33 <action type="shell_command">
28 ./configure --prefix=$INSTALL_DIR -with-ngs-sdk-prefix=$NGS_SDK_DIR --with-ncbi-vdb-sources=$NCBI_VDB_DIR --with-ncbi-vdb-build=$NCBI_VDB_DIR --build=$INSTALL_DIR/build 34 ./configure --prefix=$INSTALL_DIR -with-ngs-sdk-prefix=$NGS_SDK_DIR --with-ncbi-vdb-sources=$NCBI_VDB_DIR --with-ncbi-vdb-build=$NCBI_VDB_DIR --build=$INSTALL_DIR
29 </action>
30 <action type="shell_command">
31 sed -i -e "109s/-static//" tools/copycat/Makefile
32 </action> 35 </action>
33 <action type="make_install" /> 36 <action type="make_install" />
34 <action type="set_environment"> 37 <action type="set_environment">
35 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 38 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
36 </action> 39 </action>