# HG changeset patch # User crs4 # Date 1414406752 14400 # Node ID 3ad7ef0ba385b9a764cb677493b19f012b268225 # Parent b9fea998270aa73d56b330de13f808d4df8d1a6f Use because prokka writes some warnings on stderr. Update Orione citation. Update Prokka citation. Support Prokka 1.10. Upgrade dependencies to package_minced_0_1_6, package_barrnap_0_5 and package_tbl2asn_23_7. Added --proteins option. Add . diff -r b9fea998270a -r 3ad7ef0ba385 COPYING --- a/COPYING Thu Jan 09 16:49:50 2014 -0500 +++ b/COPYING Mon Oct 27 06:45:52 2014 -0400 @@ -4,6 +4,7 @@ Paolo Uva Nicola Soranzo Lionel Guy +Philip Mabon Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff -r b9fea998270a -r 3ad7ef0ba385 prokka.xml --- a/prokka.xml Thu Jan 09 16:49:50 2014 -0500 +++ b/prokka.xml Mon Oct 27 06:45:52 2014 -0400 @@ -1,16 +1,16 @@ - + prokaryotic genome annotation blast+ hmmer aragorn prodigal - tbl2asn + tbl2asn gnu_parallel - barrnap + barrnap infernal - minced - prokka + minced + prokka prokka --version @@ -57,6 +57,9 @@ #if $usegenus --usegenus #end if + #if $proteins + --proteins $proteins + #end if #if $metagenome --metagenome #end if @@ -77,9 +80,13 @@ #end if $input + + + + - + @@ -99,11 +106,11 @@ - - - - - + + + + + @@ -126,6 +133,7 @@ + @@ -184,18 +192,27 @@ **License and citation** -This Galaxy tool is Copyright © 2013 `CRS4 Srl.`_, Lionel Guy and is released under the `MIT license`_. +This Galaxy tool is Copyright © 2013-2014 `CRS4 Srl.`_, © 2013 Lionel Guy and is released under the `MIT license`_. .. _CRS4 Srl.: http://www.crs4.it/ .. _MIT license: http://opensource.org/licenses/MIT -If you use this tool in Galaxy, please cite |Cuccuru2013|_. - -.. |Cuccuru2013| replace:: Cuccuru, G., Orsini, M., Pinna, A., Sbardellati, A., Soranzo, N., Travaglione, A., Uva, P., Zanetti, G., Fotia, G. (2013) Orione, a web-based framework for NGS analysis in microbiology. *Submitted* -.. _Cuccuru2013: http://orione.crs4.it/ - -This tool uses `Prokka`_, which is licensed separately. Please cite Seemann, T. (2013) Prokka: Rapid Prokaryotic Genome Annotation. *Submitted* +You can use this tool only if you agree to the license terms of: `Prokka`_. .. _Prokka: http://www.vicbioinformatics.com/software.prokka.shtml + +If you use this tool, please cite: + +- |Cuccuru2014|_ +- |Seemann2014|_. + +.. |Cuccuru2014| replace:: Cuccuru, G., Orsini, M., Pinna, A., Sbardellati, A., Soranzo, N., Travaglione, A., Uva, P., Zanetti, G., Fotia, G. (2014) Orione, a web-based framework for NGS analysis in microbiology. *Bioinformatics* 30(13), 1928-1929 +.. _Cuccuru2014: http://bioinformatics.oxfordjournals.org/content/30/13/1928 +.. |Seemann2014| replace:: Seemann, T. (2014) Prokka: rapid prokaryotic genome annotation. *Bioinformatics* 30(14), 2068-2069 +.. _Seemann2014: http://bioinformatics.oxfordjournals.org/content/30/14/2068 + + 10.1093/bioinformatics/btu135 + 10.1093/bioinformatics/btu153 + diff -r b9fea998270a -r 3ad7ef0ba385 readme.rst --- a/readme.rst Thu Jan 09 16:49:50 2014 -0500 +++ b/readme.rst Mon Oct 27 06:45:52 2014 -0400 @@ -4,9 +4,9 @@ Warning ------- -Prokka includes custom databases and is thus about a 2.0 GB download! +Prokka includes custom databases and is thus about a 340 MB download! -Dependencies of Prokka which needs to be installed separately +Dependencies of Prokka which need to be installed separately ------------------------------------------------------------- - Perl core modules: File\::Copy, FindBin, Getopt::Long, List::Util, Scalar::Util, Time::Piece, Time::Seconds; @@ -20,7 +20,7 @@ Configuration ------------- -prokka tool may be configured to use more than one CPU core by selecting an appropriate destination for this tool in Galaxy job_conf.xml file (see http://wiki.galaxyproject.org/Admin/Config/Jobs and http://wiki.galaxyproject.org/Admin/Config/Performance/Cluster ). +prokka tool may be configured to use more than one CPU core by selecting an appropriate destination for this tool in Galaxy job_conf.xml file (see https://wiki.galaxyproject.org/Admin/Config/Jobs and https://wiki.galaxyproject.org/Admin/Config/Performance/Cluster ). If you are using Galaxy release_2013.11.04 or later, this tool will automatically use the number of CPU cores allocated by the job runner according to the configuration of the destination selected for this tool. @@ -30,11 +30,12 @@ (where N is the number of CPU cores allocated by the job runner for this tool) to the file - /prokka/1.7/crs4/prokka//env.sh + /prokka/1.10/crs4/prokka//env.sh Version history --------------- +- Release 6 (prokka 1.4.0): Use because prokka writes some warnings on stderr. Update Orione citation. Update Prokka citation. Support Prokka 1.10. Upgrade dependencies to package_minced_0_1_6, package_barrnap_0_5 and package_tbl2asn_23_7. Added --proteins option. Add . - Release 5 (prokka 1.3.0): Fix Prokka 1.8 dependency installation. - Release 4 (prokka 1.3.0): Support Prokka 1.8. Depend on package_minced_0_1_4 and package_tbl2asn_22_4 (requires Galaxy release_2013.11.04 or later). Update citation. - Release 3 (prokka 1.2.0): Use $GALAXY_SLOTS instead of $PROKKA_SITE_OPTIONS. Upgrade Barrnap dependency to v. 0.3. Upgrade Infernal dependency to v. 1.1. Depend on package_gnu_parallel_20131122 (requires Galaxy release_2013.11.04 or later). diff -r b9fea998270a -r 3ad7ef0ba385 tool_dependencies.xml --- a/tool_dependencies.xml Thu Jan 09 16:49:50 2014 -0500 +++ b/tool_dependencies.xml Mon Oct 27 06:45:52 2014 -0400 @@ -1,37 +1,37 @@ - + - + - + - + - - + + - + - - + + - + - - + + - + - http://www.vicbioinformatics.com/prokka-1.7.tar.gz - http://www.vicbioinformatics.com/prokka-1.8 + http://www.vicbioinformatics.com/prokka-1.10.tar.gz + bin/prokka --setupdb . $INSTALL_DIR @@ -42,7 +42,7 @@ -Warning: Prokka includes custom databases and is thus about a 2.0 GB download! +Warning: Prokka includes custom databases and is thus about a 340 MB download! Dependencies of Prokka which needs to be installed separately: - Perl core modules: File::Copy, FindBin, Getopt::Long, List::Util, Scalar::Util, Time::Piece, Time::Seconds;