Mercurial > repos > rnateam > package_rnashapes_3_2_5
changeset 0:62faae9d2401 draft default tip
planemo upload commit 71414cf7f040d610afc3f02be31446efc3a82a40
author | rnateam |
---|---|
date | Wed, 13 May 2015 07:55:14 -0400 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 27 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed May 13 07:55:14 2015 -0400 @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="rnashapes" version="3.2.5"> + <install version="1.0"> + <actions_group> + <actions architecture="x86_64" os="linux"> + <action type="download_by_url">https://depot.galaxyproject.org/package/linux/x86_64/rnashapes/rnashapes-3.2.5-Linux-x86_64.tar.gz</action> + <action type="shell_command">rm rnashapes-3.2.5-Linux-x86_64.tar.gz</action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR</destination_directory> + </action> + <action type="set_environment"> + <environment_variable action="set_to" name="RNASHAPES_ROOT_PATH">$INSTALL_DIR</environment_variable> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> + <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> + <environment_variable action="prepend_to" name="PERL5LIB">$INSTALL_DIR/lib</environment_variable> + </action> + </actions> + </actions_group> + </install> + <readme> + This package downloads and installs RNAshapes which is part of the Bielefeld RNAShapesStudio. + http://bibiserv.techfak.uni-bielefeld.de/rnashapesstudio + </readme> + </package> +</tool_dependency>