Mercurial > repos > bjoern-gruening > trna_prediction
comparison tool_dependencies.xml @ 1:65d282ef088e draft
Uploaded
author | bjoern-gruening |
---|---|
date | Tue, 19 Mar 2013 16:56:25 -0400 |
parents | |
children | 0fef99b5f63f |
comparison
equal
deleted
inserted
replaced
0:b46d3df3eb9e | 1:65d282ef088e |
---|---|
1 <tool_dependency> | |
2 <package name="aragorn" version="1.2.36"> | |
3 <install version="1.0"> | |
4 <actions> | |
5 <action type="download_by_url">http://mbio-serv2.mbioekol.lu.se/ARAGORN/Downloads/aragorn1.2.36.tgz</action> | |
6 <action type="make_directory">$INSTALL_DIR/bin/</action> | |
7 <action type="shell_command">gcc -O3 -ffast-math -finline-functions -o aragorn aragorn1.2.36.c</action> | |
8 <action type="move_file"> | |
9 <source>aragorn</source> | |
10 <destination>$INSTALL_DIR/bin</destination> | |
11 </action> | |
12 <action type="set_environment"> | |
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
14 </action> | |
15 </actions> | |
16 </install> | |
17 <readme>Compiling ARAGORN requires gcc.</readme> | |
18 </package> | |
19 <package name="tRNAscan-SE" version="1.3.1"> | |
20 <install version="1.0"> | |
21 <actions> | |
22 <action type="download_by_url">http://lowelab.ucsc.edu/software/tRNAscan-SE.tar.gz</action> | |
23 <action type="make_directory">$INSTALL_DIR/bin/</action> | |
24 <action type="make_directory">$INSTALL_DIR/lib/tRNAscan-SE/</action> | |
25 <action type="shell_command">cd ./tRNAscan-SE-1.3.1 && make</action> | |
26 <!-- replacing the hardcoded pathvariables with the real ones --> | |
27 <action type="shell_command">sed -i 's%^our $lib_dir.*%our $lib_dir="$INSTALL_DIR/lib/tRNAscan-SE/";%' ./tRNAscan-SE-1.3.1/tRNAscan-SE</action> | |
28 <action type="shell_command">sed -i 's%^our $bindir.*%our $bindir="$INSTALL_DIR/bin/";%' ./tRNAscan-SE-1.3.1/tRNAscan-SE</action> | |
29 <action type="shell_command">cd ./tRNAscan-SE-1.3.1 && cp trnascan-1.4 covels-SE coves-SE eufindtRNA tRNAscan-SE $INSTALL_DIR/bin/</action> | |
30 <action type="shell_command">cd ./tRNAscan-SE-1.3.1 && cp -R tRNAscanSE $INSTALL_DIR/bin/</action> | |
31 <action type="shell_command">cd ./tRNAscan-SE-1.3.1 && cp TPCsignal Dsignal *.cm gcode.* $INSTALL_DIR/lib/tRNAscan-SE/</action> | |
32 <!-- for some reason infernal needs to be directly unter the bin/ from tRNAScan --> | |
33 <action type="shell_command">wget ftp://selab.janelia.org/pub/software/infernal/infernal-1.0.2.tar.gz</action> | |
34 <action type="shell_command">tar xfvz infernal-1.0.2.tar.gz</action> | |
35 <action type="shell_command">cd infernal-1.0.2 && ./configure --prefix=$INSTALL_DIR && make && make install</action> | |
36 <action type="set_environment"> | |
37 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
38 <environment_variable name="PERL5LIB" action="prepend_to">$INSTALL_DIR/bin/</environment_variable> | |
39 </action> | |
40 </actions> | |
41 </install> | |
42 <readme>Compiling and running tRNAScan-SE requires gcc a PERL environment.</readme> | |
43 </package> | |
44 </tool_dependency> |