annotate tool_dependencies.xml @ 4:e6727cef3083
draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/sortmerna commit 844d980a7de5f199487ca9591420a23df63c5246-dirty
| author |
iuc |
| date |
Wed, 05 Aug 2015 02:49:26 -0400 |
| parents |
42509ccf8f59 |
| children |
233da82dc31c |
| rev |
line source |
|
3
|
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. Installation may take a moment since ribosomal databases have to be indexed.
|
|
|
16 </readme>
|
|
|
17 </package>
|
|
|
18 </tool_dependency>
|