ReleaseNotes
v2.6.2 - 2025-07-15
In-house modifications applied to nf-core/methylseq pipeline version v2.6.0
- Added parameter to deactivate PicardMarkduplicates module
- Added parameter to specify which sequencer has been used for PicardMarkduplicates module.
- Reordered the main Bismark Workflow.
- Added the optional Sequencing Saturation plots.
- Picard Markduplicates module has been added to Bismark subworflow(look at the module for more information).
- Bismark
filter_non_conversion
function has been added to the Bismark subworkflow. It can be activated specifing the flga--filter_non_conversion
together with theminimum_count
andpercentage_cutoff
parameters (see nextflow.conf and filter_non_conversion module for more information). When activated, it creates an output folder where it saves 3 files. The fitlered bam file is then used for the subsequent modules. It needs to be updated with a new version of Bismark (and the corresponding biocontainer) when it is released (there is a bug in the current version, see the issue #688) since now itβs not using an official Bismark biocontainer.
v2.6.0 - 2024-01-05
Bug fixes & refactoring
- π Copy methylKit-compatible files to publishDir #357
- π fix
ignore_r1
andignore_3prime_r1
variable expansion #359
v2.5.0 - 2023-10-18
Pipeline Updates
- π Updated template to nf-core/tools v2.9
- π Updated template to nf-core/tools v2.10
- π§ Updated nf-core modules for FastQC, samtools sort, samtools flagstat
- β Removes problematic
-m
memory assignment for samtools sort #81
- β Removes problematic
- π§Ύ Use
fromSamplesheet
from nf-validation #341 - π Update Maintainers and add CODEOWNERS #345
- βοΈ Update schema to utilize exists and add more patterns #342
- π Support pipeline-specific configs #343
Bug fixes & refactoring
- π οΈ Added publishing of coverage (
*cov.gz
) files for NOMe-seq filtered reads forcoverage2cytosine
- π οΈ Wrong display values for βzymoβ and βem_seqβ presets on help page #335
- π Use new Citation tools functions #336
v2.4.0 - 2023-06-02
Pipeline Updates
- Updated template to nf-core/tools v2.8
- Add
--bamqc_regions_file
parameter for targeted methylation sequencing data #302 - β¨ Add NF-TEST tests and snapshots for the pipeline test profile #310
Bug fixes & refactoring
- π οΈ update index file channels to explicit value channels #310
- π fix
params.test_data_base
in test and test_full configs #310 - π€ GitHub Actions CI - pull_request to
dev
tests with NXF_VERlatest-everything
#310 - π€ GitHub Actions CI - pull_request to
master
tests with NXF_VER22.10.1
&latest-everything
#310 - π€ GitHub Actions CI -
fail-fast
set to false #310 - π get to the bottom of index tests #278
- β¨ Support for Bismark methylation extraction
ignore
andignore_3prime
parameters whenignore_r1
orignore_3prime_r1
are greater than 0. #322 - π οΈ rename
ignore
->ignore_r1
andignore_3prime
->ignore_3prime_r1
params #322 - π fix
ignore_3prime_r2
param #299 - π removed unused directory #297
v2.3.0 - 2022-12-16
Pipeline Updates
- βοΈ Dramatically increase the default process time config requests for Bismark and bwa meth alignment
- β¨ Add a
tower.yml
file to enable Reports in Nextflow Tower - π€ GitHub Actions CI - download the test data prior to running tests
Bug fixes & refactoring
- π§Ή Refactor genome indices preparation into a separate workflow
- π§Ή Refactor subworkflow logic out of alignment subworkflows, for later sharing
- π Fix a bug with using a local genome reference FASTA file
- π Fix a bunch of problems in the CI tests using nf-test (#279)
v1.0 - 2018-04-17
Version 1.0 marks the first release of this pipeline under the nf-core flag. It also marks a significant step up in the maturity of the workflow, with everything now in a single script and both aligner workflows fully supported.
- Renamed and moved SciLifeLab/NGI-MethylSeq to nf-core/methylseq
- Merged bwa-meth and bismark pipeline scripts, now chosen with
--aligner
flag - Refactored multi-core parameters for Bismark alignment and methylation extraction
- Rewrote most of the documentation
- Changed the Docker container to use Bioconda installations
Previous to these releases, this pipeline was called SciLifeLab/NGI-MethylSeq: