Mercurial > repos > bonsai > sortmerna
comparison tool_dependencies.xml @ 0:2e7f0da431e3 draft default tip
Uploaded version 1.0
| author | bonsai |
|---|---|
| date | Tue, 30 Apr 2013 13:12:35 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:2e7f0da431e3 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="sortmerna" version="1.7"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url">http://bioinfo.lifl.fr/RNA/sortmerna/code/sortmerna-1.7.tar.gz</action> | |
| 7 <action type="shell_command">./configure</action> | |
| 8 <action type="shell_command">make</action> | |
| 9 <action type="shell_command">make check</action> | |
| 10 <action type="move_file"> | |
| 11 <source>sortmerna</source> | |
| 12 <destination>$INSTALL_DIR/bin</destination> | |
| 13 </action> | |
| 14 <action type="move_file"> | |
| 15 <source>buildtrie</source> | |
| 16 <destination>$INSTALL_DIR/bin</destination> | |
| 17 </action> | |
| 18 <action type="move_file"> | |
| 19 <source>scripts/merge-paired-reads.sh</source> | |
| 20 <destination>$INSTALL_DIR/bin</destination> | |
| 21 </action> | |
| 22 <action type="move_directory_files"> | |
| 23 <source_directory>rRNA_databases</source_directory> | |
| 24 <destination_directory>$INSTALL_DIR/rRNA_databases</destination_directory> | |
| 25 </action> | |
| 26 <action type="move_directory_files"> | |
| 27 <source_directory>automata</source_directory> | |
| 28 <destination_directory>$INSTALL_DIR/automata</destination_directory> | |
| 29 </action> | |
| 30 <action type="set_environment"> | |
| 31 <environment_variable name="SORTMERNADIR" action="set_to">$INSTALL_DIR</environment_variable> | |
| 32 </action> | |
| 33 <action type="set_environment"> | |
| 34 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 35 </action> | |
| 36 </actions> | |
| 37 </install> | |
| 38 <readme> | |
| 39 SortMeRNA requires g++ 4.3 or later. Installation may take a moment since ribosomal databases have to be indexed. | |
| 40 </readme> | |
| 41 </package> | |
| 42 </tool_dependency> |
