comparison tool_dependencies.xml @ 0:54963002aaeb draft default tip

Initial commit
author lionelguy
date Thu, 15 Aug 2013 04:28:43 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:54963002aaeb
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="hmmer" version="2.3.2">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url">http://selab.janelia.org/software/hmmer/2.3.2/hmmer-2.3.2.tar.gz</action>
7 <!-- Make -->
8 <action type="shell_command">./configure --prefix=$INSTALL_DIR --enable-threads</action>
9 <action type="shell_command">make</action>
10 <action type="shell_command">make install</action>
11 <action type="set_environment">
12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
13 </action>
14 </actions>
15 </install>
16 <readme>
17 This installs hmmer 2.3.2, the last stable version of the 2.x branch.
18 See http://hmmer.janelia.org/ for more details. Compiled with --enable-threads for compatibility with rnammer.
19 </readme>
20 </package>
21 </tool_dependency>
22