Mercurial > repos > bebatut > sortmerna
comparison tool_dependencies.xml @ 0:87327d15b045 draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/sortmerna/ commit 556070f12fb6442e52820d852f7e7a85a28117f2-dirty
author | bebatut |
---|---|
date | Wed, 28 Oct 2015 06:41:11 -0400 |
parents | |
children | bf5dbe8f7d4c |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:87327d15b045 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="sortmerna" version="2.0"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url" target_filename="sortmerna-2.0.tar.gz">https://github.com/biocore/sortmerna/archive/2.0.tar.gz</action> | |
7 <action type="autoconf"/> | |
8 <action type="set_environment"> | |
9 <environment_variable name="SORTMERNADIR" action="set_to">$INSTALL_DIR</environment_variable> | |
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
11 </action> | |
12 </actions> | |
13 </install> | |
14 <readme> | |
15 SortMeRNA requires g++ 4.3 or later. | |
16 | |
17 Note: the Clang compiler on Mac (distributed through Xcode) does not | |
18 support multithreading. The user is recommended to install the original | |
19 GCC compiler via MacPorts | |
20 </readme> | |
21 </package> | |
22 </tool_dependency> |