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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
nf-core/ampliseq version 2.18.0 - 2026-06-17
Summary of changes
Changed default taxonomy database: The default reference taxonomy changed from SILVA 138.2 to SBDI-GTDB R11-RS232-1
New taxonomic assignment method: VSEARCH/LCA taxonomic assignment was added with built-in reference databases (coidb, midori2-co1, unite-fungi, unite-alleuk) and support for custom databases
Additional differential abundance analysis: ANCOM-BC2 was added alongside existing ANCOM and ANCOM-BC methods
Major dependency upgrades: QIIME2 was upgraded from 2024.10.1 to 2026.04.0
Quality control improvements: Added binned quality score detection with a warning system
Detailed changes
Added
#992 - Slack notification on status of AWS full test (by @d4straub)
#998 - Added taxonomic assignment with VSEARCH/LCA. This adds parameters --vsearch_lca_ref_taxonomy for built-in reference databases (supports coidb, midori2-co1, unite-fungi, unite-alleuk) and --vsearch_lca_ref_tax_custom for custom reference databases, as well as other VSEARCH/LCA related parameters. (by @pieterprovoost)
#1001 - Add ANCOM-BC2 alongside ANCOM and ANCOM-BC (by @d4straub)