Mercurial > repos > yhoogstrate > package_segmentation_fold_1_1_0
view tool_dependencies.xml @ 0:2c69127ea0cd draft default tip
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4f43c60fd8d3827382fa55c7b6174fa925d7f8e7
author | yhoogstrate |
---|---|
date | Thu, 03 Dec 2015 03:21:46 -0500 |
parents | |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="boost" version="1.57"> <repository changeset_revision="a0dd39685fce" name="package_boost_1_57" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> </package> <package name="cmake" version="3.2.3"> <repository changeset_revision="1aea698a1c63" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> </package> <package name="segmentation-fold" version="1.1.0"> <install version="1.0"> <actions> <action type="download_by_url">https://github.com/yhoogstrate/segmentation-fold/archive/206125e2ff26c21bc5e5e4962c6f51e87ac53ad2.tar.gz</action> <action type="set_environment_for_install"> <repository changeset_revision="a0dd39685fce" name="package_boost_1_57" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> <package name="boost" version="1.57" /> </repository> </action> <action type="set_environment_for_install"> <repository changeset_revision="1aea698a1c63" name="package_cmake_3_2_3" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> <package name="cmake" version="3.2.3" /> </repository> </action> <action type="shell_command"> cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR . && make && make install </action> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> <environment_variable action="set_to" name="SEGMENTATION_FOLD_DEFAULT_XML">$INSTALL_DIR/share/segmentation-fold/segments.xml</environment_variable> </action> </actions> </install> <readme> Installation of segmentation-fold requires: - git - libboost (via toolshed) - CMake (via toolshed) - c++11 compiler: g++ or clang </readme> </package> </tool_dependency>