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

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