Mercurial > repos > bernhardlutz > rnabob
view tool_dependencies.xml @ 1:cc8ae959f7b5 draft default tip
Uploaded
author | bernhardlutz |
---|---|
date | Tue, 20 May 2014 15:07:00 -0400 |
parents | ffb3e57089ee |
children |
line wrap: on
line source
<tool_dependency> <package name="rnabob" version="2.2.1"> <install version="1.0"> <actions> <action type="download_by_url">http://selab.janelia.org/software/rnabob/rnabob.tar.gz</action> <action type="shell_command">make</action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> </action> <action type="move_file"> <source>rnabob</source> <destination>$INSTALL_DIR</destination> </action> </actions> </install> <readme>Compiling rnabob requires a C compiler (typically gcc)</readme> </package> </tool_dependency>