-
v0.4.0
- linted code better with flake8
- Support gzipped assembly files in assess
- Add telomere counting to assess
-
v0.3.3
- Created pypi packaging now
-
v0.3.2
- In assemble; Support --isolate and --careful option; --careful is default (as was in previous versions)
-
v0.3.1
- Support novoplasty Mitochondria targeted assembly runs with the
AAFTF mito
option uses either default seed assembly (A.nidulans) or you can specify your own target - Support for alternative sourpurge databases - gtdb (r207) and gtdb-rep (r207) along with default 2018 genbank-k31 release which still p erforms generally best
- trimming supports fastp now with support for de-duplication option; merged option to merge paired end overlapping reads; and additional
novoseq/NextSeq trailing 'G' option trimming; support for fastp in trimming (
trim
) command which can now support merging (--merge) and de-duplication (--dedup) as well as 5' and 3' trimming options of fastp (--cutfront, --cuttail, --cutright). - fix bug in
mito
to correctly spell novoplasty program that is used - revamped the resources.py to allow multiple files to represent mitochondria ref db for vector screening and alternative sourmash LCA databases - supporting gtdb-r207 and gtdb-rep-r207
- spades in
assemble
command support merged long singleton reads along with paired end input - added tests and summary stats to compare performance of different trimming/merging strategies on final genome and gene content
- Support novoplasty Mitochondria targeted assembly runs with the
-
v0.3.0
- added novoplasty and
mito
sub-command - better support for downloading sourmash lca db if it doesn't exist
- added novoplasty and
-
v0.2.4
- conda/pypi packages
-
v0.2.3
- support a minimum length contig cutoff
-
v0.2.1
- Fix some README docs
- Sync zenodo with this release
-
v0.2.0
- rework temporary file, prefix use throughout, not relying on a set working directory so that multiple runs can be completed in a single folder without clashes of names.
- Switch to BBTools bbduk for quality trimming instead of Trimmomatic
- Switch to BBTools bbduk instead of BWA/Bowtie for mapping to contamination db. Speed improvements and accuracy of kmer matches to contamination over alignment-based cleanup.
- Specify memory use for pilon, spades assembly steps
- Support to generate scripts to run all steps in a pipeline with 'pipeline' cmd
-
v0.1.0
- Initial release which includes automation for quality trimming and contaminant/adaptor removal, filtering, assembly, veccleanup, refinement, and duplication removal and sorting