1
|
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>
|
2
|
32 <!-- for some reason infernal needs to be directly under the bin/ from tRNAScan -->
|
1
|
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>
|