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
#842 - Add support for running multiple binQC tools in one run using dedicated --run_busco, --run_checkm, and --run_checkm2 parameters (by @harper357, with contributions from @dialvarezs, @prototaxites and @jfy133)
#873 - Document usage of longread_percentidentity and shortread_percentidentity and set the value of longread_percentidentity in the test_full profile to 85 (by @prototaxites)
#718 - Add support for independent long-read metagenomic assembly (requested by @ljmesi and many others, added by @muabnezor)
#718 - Added metaMDBG and (meta)Flye as long read assemblers (added by @muabnezor)
#718 - Added host removal for long reads using minimap2 as aligner (added by @muabnezor)
#827 - Added nf-test CI testing for all test profiles (added by @jfy133)
#829 - Add --skip_shortread_qc and --skip_longread_qc params for skipping certain default preprocessing steps (added by @erikrikarddaniel)
#846 - Improve documentation of group samplesheet column (added by @vinisalazar)
#855 - Add basic nf-tests for test_longreadonly, test_longreadonly_alternatives, test_hybrid and test_assembly_input (added by @dialvarezs)
#864 - Add --gtdbtk_skip_aniscreen to disable fast classification of genomes by ANI using skani in GTDB-Tk (by @jfy133 and @prototaxites).
Changed
#718 - Refactored all assembly steps into subworkflows (added by @muabnezor)
#799 - Add --cat_classify_unbinned, to enable taxonomic classification of unbinned contigs using CAT (requested by @amizeranschi, added by @dialvarezs)
#799 - Upgraded to latest version of CAT_pack modules (requested by @maxibor, added by @dialvarezs)
#811 - Update util modules, and remove aria2 module to replace with native Nextflow downloading of CheckM database (by @dialvarezs)
#816 - Removed all leftover references to conda 'defaults' channel (by @jfy133)
#823 - Updated to nf-core 3.3.1TEMPLATE (by @jfy133 )
#843 - Fixed issue with large format Bowtie2 index files not being emitted from index module (reported by Nick Eckersley, fix by @jfy133)
#847 - Allow the BBNorm process to use only 0.8 of the memory allocated to the task to stop if from oversubscribing memory (reported by and fix by @erikrikarddaniel)
#850 - Fixed some modules of the GDTBTk subworkflow not being represented in version lists (fix by @jfy133)
#852 - Fixed version reporting by ensure all modules are represented in final version.yml for MultiQC (by @jfy133)
#854 - Update porechop/abi to a patched version to prevent duplicated read names (reported by @palec87, fix by @jfy133)
#858 - Fix a single parameter validation failure reporting errors for all parameters by updated nf-schema to 2.5.1 (reported by @Pranjal-Bioinfo, fix by @nvnieuwk and @jfy133)
#799 - Removed --cat_official_taxonomy in favour of --cat_allow_unofficial_lineages to control CAT's use of unofficial lineages (added by @dialvarezs)
#825 - Removed --centrifuge_db, --kraken2_db, --krona_db and --skip_krona parameters following the removal of taxonomic profiling functionality. See nf-core/taxprofiler for replacement (added by @dialvarezs)
#851 - Remove POOL_READ_* local modules in favor of nf-core cat/fastq (by @dialvarezs)
#855 - Remove test_adapterremoval, test_ancient_dna, test_bbnorm, test_busco_auto, test_host_rm, test_hybrid_host_rm, test_binrefinement, test_concoct and test_longread profiles (added by @dialvarezs)
#864 - Remove --gtdb_mash due to dropping of support by GTDBTk itself (by @prototaxites and @jfy133)
#731 - Updated to nf-core 3.1.2 TEMPLATE (by @jfy133)
#755 - Updated to nf-core 3.2.0 TEMPLATE (by @jfy133)
Fixed
#748 - Fix broken phix reference channel when skipping phix removal (reported by @amizeranschi, fix by @muabnezor)
#752 - Fix QUAST results not being displayed when skipping certain steps (reported by @amizeranschi, fix by @jfy133)
#753 - Fix iGenomes reference support for host removal reference genome (reported by @Thomieh73, fix by @jfy133)
#759 - Fixed parameters that allow both files or directories to not error with directories, and general file input validation improvements (reported by @mjfi2sb3, fix by @jfy133)
#707 - Added CheckM2 as an alternative bin completeness and QC tool (added by @dialvarezs)
#708 - Added --exclude_unbins_from_postbinning parameter to exclude unbinned contigs from post-binning processes, speeding up Prokka in some cases (added by @dialvarezs)
#732 - Added support for Prokka's compliance mode with --prokka_with_compliance --prokka_compliance_centre <xyz> (reported by @audy and @Thomieh73, added by @jfy133)
Changed
#731 - Updated to nf-core 3.1.0 TEMPLATE (by @jfy133)
Fixed
#707 - Fixed channel passed as GUNC input (added by @dialvarezs)
#724 - Fix quoting in utils_nfcore_mag_pipeline/main.nf (added by @dialvarezs)
#716 - Make short read processing a subworkflow (added by @muabnezor)
#708 - Fixed channel passed as GUNC input (added by @dialvarezs)
#729 - Fixed misspecified multi-FASTQ input for single-end data in MEGAHIT (reported by John Richards, fix by @jfy133)