Releases: oschwengers/platon
v1.7
This is a minor update introducing several technical improvements under the hood:
- Introduced a new
--meta
option to run Platon's internal gene prediction in metagenome mode: 78747e8 - Updated 3rd party dependency versions and checks: 8c2c09a 63aed6f 5e4c126 4a23c27 a231648
- Prevented Blast from phoning home: f61492e
- Introduced auxiliary scripts to collect further information: 2c74fd8
In addition we
v1.6
This is a minor update introducing several technical improvements under the hood:
- bumped several 3rd party dependency versions
- added & improved CI tests
- source code modularizations
- Python3 code refactoring
In addition we
- adjusted the mobilization detection evalue to 1E-10
- discarded bundled 3rd party dependencies in favour of using conda or manually installed executables
v1.5.0
This is a minor release updating the database:
A new database is built upon RefSeq 202 database release 202 containing complete:
- 20,041 chromosomes
- 18,795 plasmids
Now, circularity and coverage information can be parsed from Unicycler assembly fasta headers.
Several fixes and improvements were applied to the MPS creation process related to the UniRef90 seed sequences
v1.4.0
This is a minor version update introducing:
- a new
--prefix
option
and fixing two bugs:
- catching occasional empty output of
Prodigal
- executing
Prodigal
inmeta
mode on small sequences (characterizations of single contigs/plasmids)
v1.3.1
This is a patch release fixing the following bugs:
- reactivate inc group detection
- replace nucmer by a single core compiled version
- adapt inc group output
v1.3.0 - New mode parameter
This minor release introduces a new --mode
parameter to choose from 3 distinct contig filtering modes:
sensitivity
: only applies sensitivity RDS threshold (-7.7) - actually more like excluding chromosomal contigs.accuracy
(default): applies sensitivity & specificity thresholds as well as characterization heuristicsspecificity
: only applies specificity RDS threshold (0.4)
v1.2.1
This is a minor release fixing a Diamond bug under MacOSX.
v1.2.0 - Platon uses UniProt clusters
This is a major update on the latest release.
In this release we introduce UniProt's UniRef90 protein clusters which replaced the NCBI's PCLA prokaryote clusters. Furthermore, we substantially revised and improved the RDS formula of the RDS metric and added new contig characterizations. Also Platon now takes advantage of the manually curated relaxase HMM profiles of MacSyFinder.
In detail:
- enhanced formula for the RDS calculation
- enlarged MPS db size (~4.1 mio) due to a switch to UniProt's UniRef90 protein clusters
- incorporation of MacSyFinder 's ralaxase HMM profiles
- implementation of an oriT detection by incorporating MOB-suite 's oriT sequences
- updates of all databaes
- many tiny bug fixes and improvements
The current database is available at Zenodo: https://zenodo.org/record/3751774 10.5281/zenodo.3349651
v1.1.0
First update to v1.1.0.
- enhanced prediction performance by calibrated RDS
- updated Database to RefSeq release 95
- added Database checks
Database is available at Zenodo: DOI 10.5281/zenodo.3349651
Initial version
v1.0.0 add database checks