QUAST 5.0.1
Mostly a bugfix release:
- Fixed bug in using --split-scaffolds with MetaQUAST
- Fixed bug in parsing genome sequences of GeneMark predicted genes
- Fixed bug with crash of UpperBound creation when no paired-end reads are provided
Few updates that do not affect QUAST functionality:
- Improved documentation and error/warning/info messages
- Trying to use already installed
minimap2
,Glimmer
,joblib
,simplejson
rather than distributions from the QUAST package (important for external QUAST installers) - GeneMark license files are updated
And just two tiny functional changes:
- Using
asm20
minimap2 preset for references with high divergence from the assembled organism (provided--min-identity
is below 90%). As before,asm10
is used for--min-identity
below 95% andasm5
for 95% and above - Now FASTA entry names are considered as a sequence before the first space in the header line (
>...
). Previously, the entire lines were considered.