|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
|
3 <package name="perl" version="5.18.1">
|
|
|
4 <repository changeset_revision="f6efd799dc70" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
|
5 </package>
|
|
|
6 <package name="psort" version="3.0.3">
|
|
|
7 <install version="1.0">
|
|
|
8 <actions>
|
|
|
9 <action type="download_by_url">http://www.psort.org/download/libpsortb-1.0.tar.gz</action>
|
|
|
10 <action type="autoconf" />
|
|
|
11
|
|
|
12 <action type="download_by_url">ftp://lausanne.isb-sib.ch/pub/software/unix/pftools/pft2.3/pft2.3.5.d.tar.gz</action>
|
|
|
13 <action type="shell_command">make</action>
|
|
|
14 <action type="move_directory_files">
|
|
|
15 <source_directory>.</source_directory>
|
|
|
16 <destination_directory>$INSTALL_DIR/pft</destination_directory>
|
|
|
17 </action>
|
|
1
|
18 <!-- install blastall -->
|
|
|
19 <action type="download_by_url">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/release/2.2.6/blast-2.2.6-ia64-linux.tar.gz</action>
|
|
|
20 <action type="move_directory_files">
|
|
|
21 <source_directory>.</source_directory>
|
|
|
22 <destination_directory>$INSTALL_DIR/bin/</destination_directory>
|
|
|
23 </action>
|
|
0
|
24
|
|
|
25 <action type="set_environment">
|
|
|
26 <environment_variable action="set_to" name="LIBPSORTB_ROOT_PATH">$INSTALL_DIR</environment_variable>
|
|
|
27 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
|
28 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/pft</environment_variable>
|
|
|
29 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
|
|
|
30 </action>
|
|
|
31
|
|
|
32 <action type="setup_perl_environment">
|
|
|
33 <repository changeset_revision="f6efd799dc70" name="package_perl_5_18" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
|
34 <package name="perl" version="5.18.1" />
|
|
|
35 </repository>
|
|
|
36 <!-- allow downloading and installing an Perl package from cpan.org-->
|
|
|
37 <package>http://search.cpan.org/CPAN/authors/id/C/CJ/CJFIELDS/BioPerl-1.6.922.tar.gz</package>
|
|
|
38 <package>http://www.psort.org/download/bio-tools-psort-all.3.0.3.tar.gz</package>
|
|
|
39 </action>
|
|
|
40 </actions>
|
|
|
41 </install>
|
|
|
42 <readme>
|
|
|
43 http://www.psort.org/downloads/index.html
|
|
|
44 </readme>
|
|
|
45 </package>
|
|
|
46 </tool_dependency>
|