Skip to content

Commit e3021ca

Browse files
authored
Merge pull request #132 from nf-cmgg/dev
v2.0.6 Release PR
2 parents 7c93679 + 6b65d16 commit e3021ca

53 files changed

Lines changed: 869 additions & 360 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
NXF_ANSI_LOG: false
13-
NFT_VER: "0.8.4"
13+
NFT_VER: "0.9.2"
1414
NFT_WORKDIR: "~"
1515
NFT_DIFF: "pdiff"
1616
NFT_DIFF_ARGS: "--line-numbers --expand-tabs=2"
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
NXF_VER:
33-
- "24.10.0"
33+
- "25.04.0"
3434
tags:
3535
- "modules/local/panelcoverage"
3636
- "subworkflows/local/bam_qc"

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## dev
77

8+
## v2.0.6
9+
10+
- Update bash options for nextflow version 25.04.2
11+
- Update `bcl-convert` module to 4.3.13
12+
- Update `bowtie2` module to 2.5.4
13+
- Update `multiqc` module to 1.29
14+
815
## v2.0.5
916

1017
- Panel coverage will now run all genelists' coverage analysis in one process per sample

README.md

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

33
[![GitHub Actions CI Status](https://github.com/nf-cmgg/preprocessing/actions/workflows/ci.yml/badge.svg)](https://github.com/nf-cmgg/preprocessing/actions/workflows/ci.yml)
44
[![GitHub Actions Linting Status](https://github.com/nf-cmgg/preprocessing/actions/workflows/linting.yml/badge.svg)](https://github.com/nf-cmgg/preprocessing/actions/workflows/linting.yml)
5-
[![Nextflow](https://img.shields.io/badge/nextflow%20DSL2-%E2%89%A524.10.0-23aa62.svg)](https://www.nextflow.io/)
5+
[![Nextflow](https://img.shields.io/badge/nextflow%20DSL2-%E2%89%A525.04.0-23aa62.svg)](https://www.nextflow.io/)
66
[![run with conda](http://img.shields.io/badge/run%20with-conda-3EB049?labelColor=000000&logo=anaconda)](https://docs.conda.io/en/latest/)
77
[![run with docker](https://img.shields.io/badge/run%20with-docker-0db7ed?labelColor=000000&logo=docker)](https://www.docker.com/)
88
[![run with singularity](https://img.shields.io/badge/run%20with-singularity-1d355c.svg?labelColor=000000)](https://sylabs.io/docs/)

assets/multiqc_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
report_comment: >
2-
This report has been generated by the <a href="https://github.com/nf-cmgg/preprocessing/releases/tag/2.0.5/"
2+
This report has been generated by the <a href="https://github.com/nf-cmgg/preprocessing/releases/tag/2.0.6/"
33
target="_blank">nf-cmgg/preprocessing</a> analysis pipeline.
44
report_section_order:
55
"nf-cmgg-preprocessing-methods-description":

modules.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"nf-core": {
88
"bcl2fastq": {
99
"branch": "master",
10-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
10+
"git_sha": "05954dab2ff481bcb999f24455da29a5828af08d",
1111
"installed_by": ["bcl_demultiplex"]
1212
},
1313
"bclconvert": {
1414
"branch": "master",
15-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
15+
"git_sha": "27cceb2eb8aa959d4a8819caab886386a59a3789",
1616
"installed_by": ["bcl_demultiplex", "modules"]
1717
},
1818
"biobambam/bamsormadup": {
@@ -23,25 +23,25 @@
2323
},
2424
"bowtie2/align": {
2525
"branch": "master",
26-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
26+
"git_sha": "8864afe586537bf562eac7b83349c26207f3cb4d",
2727
"installed_by": ["fastq_align_dna", "modules"],
2828
"patch": "modules/nf-core/bowtie2/align/bowtie2-align.diff"
2929
},
3030
"bwa/mem": {
3131
"branch": "master",
32-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
32+
"git_sha": "a29f18660f5e3748d44d6f716241e70c942c065d",
3333
"installed_by": ["fastq_align_dna"],
3434
"patch": "modules/nf-core/bwa/mem/bwa-mem.diff"
3535
},
3636
"bwamem2/mem": {
3737
"branch": "master",
38-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
38+
"git_sha": "a29f18660f5e3748d44d6f716241e70c942c065d",
3939
"installed_by": ["fastq_align_dna"],
4040
"patch": "modules/nf-core/bwamem2/mem/bwamem2-mem.diff"
4141
},
4242
"dragmap/align": {
4343
"branch": "master",
44-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
44+
"git_sha": "8864afe586537bf562eac7b83349c26207f3cb4d",
4545
"installed_by": ["fastq_align_dna"],
4646
"patch": "modules/nf-core/dragmap/align/dragmap-align.diff"
4747
},
@@ -64,7 +64,7 @@
6464
},
6565
"multiqc": {
6666
"branch": "master",
67-
"git_sha": "cf17ca47590cc578dfb47db1c2a44ef86f89976d",
67+
"git_sha": "471cf3ca1617271b9b6fea09ea2ebdee78b874de",
6868
"installed_by": ["modules"]
6969
},
7070
"picard/collecthsmetrics": {
@@ -138,7 +138,7 @@
138138
},
139139
"snapaligner/align": {
140140
"branch": "master",
141-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
141+
"git_sha": "77bdd7e1047d2abe21ae8d89acc295ea553ecbae",
142142
"installed_by": ["fastq_align_dna", "modules"],
143143
"patch": "modules/nf-core/snapaligner/align/snapaligner-align.diff"
144144
},
@@ -154,12 +154,12 @@
154154
"nf-core": {
155155
"bcl_demultiplex": {
156156
"branch": "master",
157-
"git_sha": "a6e6bec1b1da613b89a6c0a3a46713f880cf5aca",
157+
"git_sha": "27cceb2eb8aa959d4a8819caab886386a59a3789",
158158
"installed_by": ["subworkflows"]
159159
},
160160
"fastq_align_dna": {
161161
"branch": "master",
162-
"git_sha": "0fa40bbf85955171ec197334ac70a1197fba600d",
162+
"git_sha": "a29f18660f5e3748d44d6f716241e70c942c065d",
163163
"installed_by": ["subworkflows"]
164164
},
165165
"utils_nextflow_pipeline": {

modules/nf-core/bcl2fastq/tests/tags.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

modules/nf-core/bclconvert/Dockerfile

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/bclconvert/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/bclconvert/meta.yml

Lines changed: 32 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/bclconvert/tests/main.nf.test

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)