0
|
1 <tool_dependency>
|
|
2 <package name="rnabob" version="2.2.1">
|
|
3 <install version="1.0">
|
|
4 <actions>
|
|
5 <action type="download_by_url">http://selab.janelia.org/software/rnabob/rnabob.tar.gz</action>
|
|
6 <action type="shell_command">make</action>
|
|
7 <action type="set_environment">
|
1
|
8 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
|
0
|
9 </action>
|
|
10 <action type="move_file">
|
|
11 <source>rnabob</source>
|
|
12 <destination>$INSTALL_DIR</destination>
|
|
13 </action>
|
|
14 </actions>
|
|
15 </install>
|
|
16 <readme>Compiling rnabob requires a C compiler (typically gcc)</readme>
|
|
17 </package>
|
|
18 </tool_dependency>
|