Mercurial > repos > iuc > package_infernal_1_1rc4
comparison tool_dependencies.xml @ 0:b9cc978bc83b draft default tip
Uploaded
author | iuc |
---|---|
date | Mon, 02 Sep 2013 03:15:46 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b9cc978bc83b |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="infernal" version="1.1rc4"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">ftp://selab.janelia.org/pub/software/infernal/infernal-1.1rc4.tar.gz</action> | |
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> | |
8 <action type="shell_command">make</action> | |
9 <action type="shell_command">make install</action> | |
10 <action type="set_environment"> | |
11 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
12 </action> | |
13 </actions> | |
14 </install> | |
15 <readme> | |
16 Infernal is designed to run on POSIX-compatible platforms, including | |
17 UNIX, Linux and MacOS/X. http://infernal.janelia.org/ | |
18 </readme> | |
19 </package> | |
20 </tool_dependency> |