Mercurial > repos > jjohnson > package_trinityrnaseq_2013_08_14
changeset 0:df23c0ef83a6 draft default tip
Uploaded
author | jjohnson |
---|---|
date | Thu, 29 Aug 2013 17:46:20 -0400 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Aug 29 17:46:20 2013 -0400 @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="trinityrnaseq" version="2013_08_14"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://sourceforge.net/projects/trinityrnaseq/files/trinityrnaseq_r2013_08_14.tgz</action> + <action type="shell_command">make</action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR</destination_directory> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> + </action> + <action type="set_environment"> + <environment_variable name="TRINITY_HOME" action="set_to">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme> + </readme> + </package> +</tool_dependency> +