Mercurial > repos > bgruening > rnaz
annotate tool_dependencies.xml @ 0:8abf4c0a4af0 draft
initial Uploaded
author | bgruening |
---|---|
date | Sat, 22 Feb 2014 08:00:02 -0500 |
parents | |
children |
rev | line source |
---|---|
0 | 1 <tool_dependency> |
2 <package name="rnaz" version="2.1"> | |
3 <install version="1.0"> | |
4 <actions> | |
5 <action type="download_by_url">http://www.tbi.univie.ac.at/~wash/RNAz/RNAz-2.1.tar.gz</action> | |
6 <action type="autoconf" /> | |
7 <action type="set_environment"> | |
8 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
9 </action> | |
10 </actions> | |
11 </install> | |
12 <readme>Compiling RNAz requires a C compiler (typically gcc)</readme> | |
13 </package> | |
14 </tool_dependency> |