Mercurial > repos > bernhardlutz > rnaz
annotate tool_dependencies.xml @ 3:0acb69966d7c draft
Uploaded
author | bernhardlutz |
---|---|
date | Sun, 22 Dec 2013 12:32:51 -0500 |
parents | |
children |
rev | line source |
---|---|
3 | 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> |