Mercurial > repos > rnateam > mea
comparison tool_dependencies.xml @ 9:ee79a49755da draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/mea commit 6767a5ffb02052c844e9d862c79912f998f39d8e
author | rnateam |
---|---|
date | Mon, 20 Nov 2017 05:03:35 -0500 |
parents | e0f8bc01b84b |
children |
comparison
equal
deleted
inserted
replaced
8:e0f8bc01b84b | 9:ee79a49755da |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="gengetopt" version="2.22.6"> | |
4 <repository changeset_revision="9d2ed370989c" name="package_gengetopt_2_22_6" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="mea" version="0.6.4"> | |
7 <install version="1.0"> | |
8 <actions> | |
9 <action type="download_by_url"> | |
10 http://www.bioinf.uni-leipzig.de/Software/mea/mea-0.6.4.tar.gz | |
11 </action> | |
12 | |
13 <action type="set_environment_for_install"> | |
14 <repository changeset_revision="9d2ed370989c" name="package_gengetopt_2_22_6" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
15 <package name="gengetopt" version="2.22.6" /> | |
16 </repository> | |
17 </action> | |
18 | |
19 <action type="autoconf" /> | |
20 | |
21 <action type="set_environment"> | |
22 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
23 <environment_variable action="set_to" name="MEA_ROOT_PATH">$INSTALL_DIR</environment_variable> | |
24 </action> | |
25 </actions> | |
26 </install> | |
27 <readme>Compiling MEA requires a C++ compiler (usually g++)</readme> | |
28 </package> | |
29 </tool_dependency> |