Mercurial > repos > fubar > rnastar_2_3_0e
diff tool_dependencies.xml @ 5:2700820cbec1 draft default tip
Uploaded
| author | fubar |
|---|---|
| date | Fri, 09 Aug 2013 04:30:15 -0400 |
| parents | 7ec5dfde90a3 |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Aug 09 04:30:15 2013 -0400 @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="rnastar" version="2.3.0e"> + <install version="1.0"> + <actions> + <action type="make_directory">$INSTALL_DIR</action> + <action type="make_directory">$INSTALL_DIR/bin</action> + <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="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> + </actions> + </install> + <readme> +Installs the STAR binary for rnastar - see https://code.google.com/p/rna-star/ + </readme> + </package> +</tool_dependency> +
