Mercurial > repos > crs4 > prokka
comparison tool_dependencies.xml @ 0:95505a9fa26f draft
Uploaded
author | crs4 |
---|---|
date | Tue, 10 Sep 2013 13:11:26 -0400 |
parents | |
children | 4b6f16a79fe4 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:95505a9fa26f |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="blast+" version="2.2.26+"> | |
4 <repository changeset_revision="40c69b76b46e" name="package_blast_plus_2_2_26" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="hmmer" version="3.1b1"> | |
7 <repository changeset_revision="007c736bf7e8" name="package_hmmer_3_1" owner="lionelguy" toolshed="http://toolshed.g2.bx.psu.edu" /> | |
8 </package> | |
9 <package name="aragorn" version="1.2.36"> | |
10 <repository changeset_revision="f09e2902e6ed" name="package_aragorn_1_2_36" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" /> | |
11 </package> | |
12 <package name="infernal" version="1.1rc4"> | |
13 <repository changeset_revision="b9cc978bc83b" name="package_infernal_1_1rc4" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" /> | |
14 </package> | |
15 <package name="prokka" version="1.7"> | |
16 <install version="1.0"> | |
17 <actions> | |
18 <action target_filename="" type="download_by_url">http://www.vicbioinformatics.com/prokka-1.7.tar.gz</action> | |
19 <action type="move_directory_files"> | |
20 <source_directory>.</source_directory> | |
21 <destination_directory>$INSTALL_DIR</destination_directory> | |
22 </action> | |
23 <action type="set_environment"> | |
24 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
25 </action> | |
26 <action type="set_environment"> | |
27 <environment_variable action="set_to" name="PROKKA_SITE_OPTIONS">"--cpus 8"</environment_variable> | |
28 </action> | |
29 </actions> | |
30 </install> | |
31 <readme> | |
32 Dependencies of Prokka which needs to be installed separately: | |
33 - Perl core modules: File::Copy, FindBin, Getopt::Long, List::Util, Scalar::Util, Time::Piece, Time::Seconds; | |
34 - Perl modules: Bio::SeqIO from BioPerl ( http://search.cpan.org/dist/BioPerl/ ) >= 1.6.1, XML::Simple ( http://search.cpan.org/dist/XML-Simple/ ); | |
35 - Prodigal ( http://prodigal.ornl.gov/ ) >= 2.60 ; | |
36 - tbl2asn ( http://www.ncbi.nlm.nih.gov/genbank/tbl2asn2/ ) >= 21.0 ; | |
37 - GNU Parallel ( http://www.gnu.org/software/parallel/ ) >= 20120322 ; | |
38 - Barrnap ( http://www.vicbioinformatics.com/software.barrnap.shtml ) >= 0.1 . | |
39 | |
40 Change the PROKKA_SITE_OPTIONS variable in the installed env.sh file to adjust the number of CPUs to use (--cpus). | |
41 | |
42 Note: Prokka is about a 2.0 GB download due to included custom databases. | |
43 </readme> | |
44 </package> | |
45 </tool_dependency> |