Mercurial > repos > fubar > package_rnastar_230e
changeset 0:6dcdb10d0d8b draft
initial upload
author | fubar |
---|---|
date | Tue, 04 Mar 2014 18:38:34 -0500 |
parents | |
children | 6d7b8769237e |
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 Tue Mar 04 18:38:34 2014 -0500 @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="package_rnastar_230e" version="2.3.0e"> + <install version="1.0"> + <actions> + <action type="download_by_url">https://rna-star.googlecode.com/files/STAR_2.3.0e.tgz</action> + <action type="shell_command">make</action> + <action type="make_directory">$INSTALL_DIR</action> + <action type="make_directory">$INSTALL_DIR/bin</action> + <action type="move_file"> + <source>STAR</source> + <destination>$INSTALL_DIR/bin</destination> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + <action type="set_environment"> + <environment_variable action="set_to" name="RNA_STAR_PATH">$INSTALL_DIR/bin/STAR</environment_variable> + </action> + </actions> + </install> + <readme> +Installs the STAR binary for rnastar - see https://code.google.com/p/rna-star/ + </readme> + </package> +</tool_dependency> +