Mercurial > repos > rnateam > rnabob
diff tool_dependencies.xml @ 0:cd00b4fe6552 draft
Imported from capsule None
author | rnateam |
---|---|
date | Mon, 22 Dec 2014 09:08:31 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Dec 22 09:08:31 2014 -0500 @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="rnabob" version="2.2.1"> + <install version="1.0"> + <actions> + <action type="download_by_url" target_filename="rnabob-2.2.1.tar.gz">http://selab.janelia.org/software/rnabob/rnabob.tar.gz</action> + <action type="shell_command">make</action> + <action type="move_file"> + <source>rnabob</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> +Compiling rnabob requires a C compiler (typically gcc) + </readme> + </package> +</tool_dependency>