You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Circular contigs above a given size are now treated as complete genomes. This can be disabled by setting --extract_circular_contigs false.
The threshold for circular contig minimum size can be configured with --minimum_circular_contig_length
Hi-C BAM is now converted to a pairs file, which is fed into Metator
#96 Add three new binners - ComeBin, SemiBin2, and VAMB.
#98 Allow filtering of assembled contigs by size (--min_contig_length, --max_contig_length), as well as by Tiara classification (--tiara_exclude_classifications) if Tiara is run (--enable_tiara).
#98 Add binning with TaxVAMB. This uses contig-level taxonomic classifications classified by Centrifuge - a centrifuge DB must be supplied to --centrifuge_db.
#98 GTDBTk updated to 2.7.2. This requires the new r232 database.
The --gtdbtk_skip_ani_screen parameter has been replaced with the --gtdbtk_place_species parameter.
#100 Added bin refinement with Binette, which can be enabled with --enable_binette. Binette uses the Checkm2 database, and thus the --checkm2_db parameter is required.
Fixed
#95 Remove all references to params outside the entry subworkflow (by @prototaxites)
#95 tRNAscan-SE now runs once per assembly rather than for each bin. The results are aggregated as with the rRNA results (by @prototaxites)
#96 The hic: cram: enzymes: section of the samplesheet is deprecated - please supply enzymes as an optional comma-separated list of enzymes to --hic_enzymes.
Note that this update removes the existing Teams and Slack notification functionality. If you were using this functionality, please configure the nf-slack or nf-teams Nextflow plugins.