Mercurial > repos > lionelguy > package_hmmer_3_1
comparison tool_dependencies.xml @ 0:007c736bf7e8 draft default tip
Uploaded
| author | lionelguy |
|---|---|
| date | Wed, 04 Sep 2013 10:08:24 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:007c736bf7e8 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="hmmer" version="3.1b1"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url">http://selab.janelia.org/software/hmmer3/3.1b1/hmmer-3.1b1.tar.gz</action> | |
| 7 <!-- Make --> | |
| 8 <action type="shell_command">./configure --prefix=$INSTALL_DIR</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 3.1b1. See http://hmmer.janelia.org/ for more details. | |
| 18 </readme> | |
| 19 </package> | |
| 20 </tool_dependency> | |
| 21 |
