Skip to content

Commit b212815

Browse files
authored
Merge pull request #496 from sateeshperi/dev
bump ver to 3.0.0 semver
2 parents f68d468 + a832097 commit b212815

36 files changed

+53
-50
lines changed

.nf-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ template:
1616
name: methylseq
1717
org: nf-core
1818
outdir: .
19-
version: 2.8.0
19+
version: 3.0.0

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## [v2.8.0](https://github.com/nf-core/methylseq/releases/tag/2.8.0) - [2024-12-15]
6+
## [v3.0.0](https://github.com/nf-core/methylseq/releases/tag/3.0.0) - [2024-12-16]
77

88
### Bug fixes & refactoring
99

1010
- 🐛 fix fasta gunzip output [#462](https://github.com/nf-core/methylseq/pull/457)
11-
- 🐛 fix bismark/align not resuming from cache [#461](https://github.com/nf-core/methylseq/pull/457)
12-
- 🐛 disable gunzip publish by default (https://github.com/nf-core/methylseq/pull/474)
11+
- 🐛 fix `bismark/align` not resuming from cache [#461](https://github.com/nf-core/methylseq/pull/457)
12+
- 🐛 uncompressed files won't be saved (https://github.com/nf-core/methylseq/pull/474)
13+
- Updated `conf/modules/samtools_index.config` publishDir configuration to dynamically enable `.bai` file publishing based on whether deduplication is skipped (`--skip_dedup` parameter). This publishing of index files now happens by default as compared to previous, when with `--save_align_intermeds` param.
1314
- 🔄 Updated template to nf-core/tools v3.1.0 [#490](https://github.com/nf-core/methylseq/pull/490)
1415

16+
> Note: `bwameth/align` module still needs fixing for not resuming from cache. So, its cache has been made **`lenient`** (Minimal input file metadata (name and size only) are included in the cache keys) in its [config](./conf/modules/bwameth_align.config). This strategy provides a workaround for caching invalidation by current `bwameth/align` module requirement to touch the index files before alignment. An issue we hope to have fixed in a release soon.
17+
1518
### Pipeline Updates
1619

1720
- 🔧 Install `fastq_align_dedup_bismark` subworkflow from nf-core/subworkflows [#453](https://github.com/nf-core/methylseq/pull/457)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
**nf-core/methylseq** is a bioinformatics analysis pipeline used for Methylation (Bisulfite) sequencing data. It pre-processes raw data from FastQ inputs, aligns the reads and performs extensive quality-control on the results.
2323

24-
![nf-core/methylseq metro map](docs/images/metromap.png)
24+
![nf-core/methylseq metro map](docs/images/3.0.0_metromap.png)
2525

2626
The pipeline is built using [Nextflow](https://www.nextflow.io), a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It uses Docker / Singularity containers making installation trivial and results highly reproducible.
2727

assets/multiqc_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
report_comment: >
2-
This report has been generated by the <a href="https://github.com/nf-core/methylseq/releases/tag/2.8.0"
2+
This report has been generated by the <a href="https://github.com/nf-core/methylseq/releases/tag/3.0.0"
33
target="_blank">nf-core/methylseq</a> analysis pipeline. For information about how
4-
to interpret these results, please see the <a href="https://nf-co.re/methylseq/2.8.0/docs/output"
4+
to interpret these results, please see the <a href="https://nf-co.re/methylseq/3.0.0/docs/output"
55
target="_blank">documentation</a>.
66
report_section_order:
77
"nf-core-methylseq-methods-description":
File renamed without changes.
File renamed without changes.

docs/usage.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -92,19 +92,19 @@ An [example samplesheet](../assets/samplesheet.csv) has been provided with the p
9292

9393
## Parameters
9494

95-
Check out the full list of parameters required, available for multiple aligners on [nf-core/methylseq pipeline parameters page](https://nf-co.re/methylseq/2.8.0/parameters/).
96-
97-
- [Input/output options](https://nf-co.re/methylseq/2.8.0/parameters/#input-output-options)
98-
- [Save intermediate files](https://nf-co.re/methylseq/2.8.0/parameters/#save-intermediate-files)
99-
- [Reference genome options](https://nf-co.re/methylseq/2.8.0/parameters/#reference-genome-options)
100-
- [Alignment options](https://nf-co.re/methylseq/2.8.0/parameters/#alignment-options)
101-
- [Special library types](https://nf-co.re/methylseq/2.8.0/parameters/#special-library-types)
102-
- [Adapter Trimming](https://nf-co.re/methylseq/2.8.0/parameters/#adapter-trimming)
103-
- [Bismark options](https://nf-co.re/methylseq/2.8.0/parameters/#bismark-options)
104-
- [bwa-meth options](https://nf-co.re/methylseq/2.8.0/parameters/#bwa-meth-options)
105-
- [Qualimap Options](https://nf-co.re/methylseq/2.8.0/parameters/#bwa-meth-options)
106-
- [Skip pipeline steps](https://nf-co.re/methylseq/2.8.0/parameters/#skip-pipeline-steps)
107-
- [Run pipeline steps](https://nf-co.re/methylseq/2.8.0/parameters/#Run-pipeline-steps)
95+
Check out the full list of parameters required, available for multiple aligners on [nf-core/methylseq pipeline parameters page](https://nf-co.re/methylseq/3.0.0/parameters/).
96+
97+
- [Input/output options](https://nf-co.re/methylseq/3.0.0/parameters/#input-output-options)
98+
- [Save intermediate files](https://nf-co.re/methylseq/3.0.0/parameters/#save-intermediate-files)
99+
- [Reference genome options](https://nf-co.re/methylseq/3.0.0/parameters/#reference-genome-options)
100+
- [Alignment options](https://nf-co.re/methylseq/3.0.0/parameters/#alignment-options)
101+
- [Special library types](https://nf-co.re/methylseq/3.0.0/parameters/#special-library-types)
102+
- [Adapter Trimming](https://nf-co.re/methylseq/3.0.0/parameters/#adapter-trimming)
103+
- [Bismark options](https://nf-co.re/methylseq/3.0.0/parameters/#bismark-options)
104+
- [bwa-meth options](https://nf-co.re/methylseq/3.0.0/parameters/#bwa-meth-options)
105+
- [Qualimap Options](https://nf-co.re/methylseq/3.0.0/parameters/#bwa-meth-options)
106+
- [Skip pipeline steps](https://nf-co.re/methylseq/3.0.0/parameters/#skip-pipeline-steps)
107+
- [Run pipeline steps](https://nf-co.re/methylseq/3.0.0/parameters/#Run-pipeline-steps)
108108

109109
> It is mandatory to provide `--fasta` along with `--bismark_index`/`--bwameth_index` parameters
110110

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ manifest {
361361
mainScript = 'main.nf'
362362
defaultBranch = 'master'
363363
nextflowVersion = '!>=24.10.2'
364-
version = '2.8.0'
364+
version = '3.0.0'
365365
doi = '10.5281/zenodo.1343417'
366366
}
367367

ro-crate-metadata.json

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

tests/bismark_cat_fastq_skip_trimming_skip_deduplication.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"gunzip": 1.1
2020
},
2121
"Workflow": {
22-
"nf-core/methylseq": "v2.8.0"
22+
"nf-core/methylseq": "v3.0.0"
2323
}
2424
},
2525
[

tests/bismark_cytosine_report.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pigz": 2.8
2222
},
2323
"Workflow": {
24-
"nf-core/methylseq": "v2.8.0"
24+
"nf-core/methylseq": "v3.0.0"
2525
}
2626
},
2727
[
@@ -383,4 +383,4 @@
383383
},
384384
"timestamp": "2024-12-14T09:55:56.701520376"
385385
}
386-
}
386+
}

tests/bismark_emseq_clip_r1.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pigz": 2.8
2222
},
2323
"Workflow": {
24-
"nf-core/methylseq": "v2.8.0"
24+
"nf-core/methylseq": "v3.0.0"
2525
}
2626
},
2727
[

tests/bismark_hisat.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"pigz": 2.8
3232
},
3333
"Workflow": {
34-
"nf-core/methylseq": "v2.8.0"
34+
"nf-core/methylseq": "v3.0.0"
3535
}
3636
},
3737
[

tests/bismark_hisat_rrbs.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pigz": 2.8
2222
},
2323
"Workflow": {
24-
"nf-core/methylseq": "v2.8.0"
24+
"nf-core/methylseq": "v3.0.0"
2525
}
2626
},
2727
[

tests/bismark_hisat_save_reference_save_align_intermeds.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pigz": 2.8
2222
},
2323
"Workflow": {
24-
"nf-core/methylseq": "v2.8.0"
24+
"nf-core/methylseq": "v3.0.0"
2525
}
2626
},
2727
[

tests/bismark_nomeseq.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pigz": 2.8
2222
},
2323
"Workflow": {
24-
"nf-core/methylseq": "v2.8.0"
24+
"nf-core/methylseq": "v3.0.0"
2525
}
2626
},
2727
[

tests/bismark_rrbs.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pigz": 2.8
2222
},
2323
"Workflow": {
24-
"nf-core/methylseq": "v2.8.0"
24+
"nf-core/methylseq": "v3.0.0"
2525
}
2626
},
2727
[

tests/bismark_run_preseq.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pigz": 2.8
2222
},
2323
"Workflow": {
24-
"nf-core/methylseq": "v2.8.0"
24+
"nf-core/methylseq": "v3.0.0"
2525
}
2626
},
2727
[

tests/bismark_run_qualimap.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"pigz": 2.8
2525
},
2626
"Workflow": {
27-
"nf-core/methylseq": "v2.8.0"
27+
"nf-core/methylseq": "v3.0.0"
2828
}
2929
},
3030
[

tests/bismark_save_reference_save_align_intermeds.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pigz": 2.8
2222
},
2323
"Workflow": {
24-
"nf-core/methylseq": "v2.8.0"
24+
"nf-core/methylseq": "v3.0.0"
2525
}
2626
},
2727
[

tests/bismark_skip_deduplication.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pigz": 2.8
2222
},
2323
"Workflow": {
24-
"nf-core/methylseq": "v2.8.0"
24+
"nf-core/methylseq": "v3.0.0"
2525
}
2626
},
2727
[

tests/bismark_skip_multiqc.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pigz": 2.8
2222
},
2323
"Workflow": {
24-
"nf-core/methylseq": "v2.8.0"
24+
"nf-core/methylseq": "v3.0.0"
2525
}
2626
},
2727
[

tests/bismark_skip_trimming.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"gunzip": 1.1
1717
},
1818
"Workflow": {
19-
"nf-core/methylseq": "v2.8.0"
19+
"nf-core/methylseq": "v3.0.0"
2020
}
2121
},
2222
[

tests/bwameth.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pigz": 2.8
2222
},
2323
"Workflow": {
24-
"nf-core/methylseq": "v2.8.0"
24+
"nf-core/methylseq": "v3.0.0"
2525
}
2626
},
2727
[

tests/bwameth_cat_fastq_skip_trimming_skip_deduplication.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"gunzip": 1.1
2020
},
2121
"Workflow": {
22-
"nf-core/methylseq": "v2.8.0"
22+
"nf-core/methylseq": "v3.0.0"
2323
}
2424
},
2525
[

tests/bwameth_rrbs.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pigz": 2.8
2222
},
2323
"Workflow": {
24-
"nf-core/methylseq": "v2.8.0"
24+
"nf-core/methylseq": "v3.0.0"
2525
}
2626
},
2727
[

tests/bwameth_run_qualimap.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"pigz": 2.8
2525
},
2626
"Workflow": {
27-
"nf-core/methylseq": "v2.8.0"
27+
"nf-core/methylseq": "v3.0.0"
2828
}
2929
},
3030
[

tests/bwameth_save_reference_save_align_intermeds.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pigz": 2.8
2222
},
2323
"Workflow": {
24-
"nf-core/methylseq": "v2.8.0"
24+
"nf-core/methylseq": "v3.0.0"
2525
}
2626
},
2727
[

tests/bwameth_skip_deduplication.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pigz": 2.8
2222
},
2323
"Workflow": {
24-
"nf-core/methylseq": "v2.8.0"
24+
"nf-core/methylseq": "v3.0.0"
2525
}
2626
},
2727
[

tests/bwameth_skip_trimming.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"gunzip": 1.1
1717
},
1818
"Workflow": {
19-
"nf-core/methylseq": "v2.8.0"
19+
"nf-core/methylseq": "v3.0.0"
2020
}
2121
},
2222
[

tests/bwameth_use_gpu.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pigz": 2.8
2222
},
2323
"Workflow": {
24-
"nf-core/methylseq": "v2.8.0"
24+
"nf-core/methylseq": "v3.0.0"
2525
}
2626
},
2727
[

tests/default.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"pigz": 2.8
3232
},
3333
"Workflow": {
34-
"nf-core/methylseq": "v2.8.0"
34+
"nf-core/methylseq": "v3.0.0"
3535
}
3636
},
3737
[

0 commit comments

Comments
 (0)