Skip to content

Commit 6c0d335

Browse files
authored
Merge pull request #1081 from nf-core/dev
Release candidate 3.2.1
2 parents 71fac18 + 5da0b66 commit 6c0d335

File tree

16 files changed

+60
-26
lines changed

16 files changed

+60
-26
lines changed

.github/workflows/awsfulltest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
{
2626
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/sarek/results-${{ github.sha }}/somatic_test"
2727
}
28-
profiles: test_full,public_aws_tower
28+
profiles: test_full,public_aws_ecr
2929
- uses: actions/upload-artifact@v3
3030
with:
3131
name: Tower debug log file

.github/workflows/awsfulltest_germline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
types: [published]
99
workflow_dispatch:
1010
jobs:
11-
run-tower-germline:
11+
run-tower:
1212
name: Run AWS full tests
1313
if: github.repository == 'nf-core/sarek'
1414
runs-on: ubuntu-latest
@@ -25,7 +25,7 @@ jobs:
2525
{
2626
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/sarek/results-${{ github.sha }}/germline_test"
2727
}
28-
profiles: test_full_germline,aws_tower
28+
profiles: test_full_germline,public_aws_ecr
2929
- uses: actions/upload-artifact@v3
3030
with:
3131
name: Tower debug log file

.github/workflows/awstest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
{
2323
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/sarek/results-test-${{ github.sha }}"
2424
}
25-
profiles: test,public_aws_tower
25+
profiles: test,public_aws_ecr
2626
- uses: actions/upload-artifact@v3
2727
with:
2828
name: Tower debug log file

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
NXF_VER:
26-
- "22.10.1"
26+
- "23.04.0"
2727
- "latest-everything"
2828
test:
2929
- "default"

.github/workflows/pytest-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
TEST_DATA_BASE:
3838
- "test-datasets/data"
3939
NXF_VER:
40-
- "22.10.1"
40+
- "23.04.0"
4141
- "latest-everything"
4242
exclude:
4343
# - profile: "conda"

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.2.1](https://github.com/nf-core/sarek/releases/tag/3.2.1) - Pierikjaure
9+
10+
Pierikjaure is a previous spelling of Bierikjávrre.
11+
12+
### Changed
13+
14+
- [#1073](https://github.com/nf-core/sarek/pull/1073) - Back to dev
15+
- [#1080](https://github.com/nf-core/sarek/pull/1080) - Prepare release `3.2.1`
16+
- [#1082](https://github.com/nf-core/sarek/pull/1082) - Bump minimal Nextflow version to 23.04.0
17+
18+
### Fixed
19+
20+
- [#1078](https://github.com/nf-core/sarek/pull/1078) - Update tabix/bgziptabix module to fix typo
21+
- [#1079](https://github.com/nf-core/sarek/pull/1079) - Fixed typo in profile name for tower aws megatests
22+
- [#1082](https://github.com/nf-core/sarek/pull/1082) - Patch more modules to use quay.io registry
23+
- [#1082](https://github.com/nf-core/sarek/pull/1082) - Update `public_aws_ecr` profile
24+
- [#1082](https://github.com/nf-core/sarek/pull/1082) - Add quay.io as singularity default registry
25+
826
## [3.2.0](https://github.com/nf-core/sarek/releases/tag/3.2.0) - Bierikjávrre
927

1028
Bierikjávrre is one of the largest lake in Sarek.
@@ -21,7 +39,7 @@ Bierikjávrre is one of the largest lake in Sarek.
2139
- [#978](https://github.com/nf-core/sarek/pull/978) - Validate that patient/sample does not contain spaces
2240
- [#981](https://github.com/nf-core/sarek/pull/981) - Added documentation on generating ASCAT resources for exome and targeted sequencing
2341
- [#1041](https://github.com/nf-core/sarek/pull/1041) - Add params `vep_custom_args` to let user specify custom params more easily for `VEP`
24-
- [#1045](https://github.com/nf-core/sarek/pull/1045) - Add `public_aws_ecr` for using ECR hosted containers.
42+
- [#1045](https://github.com/nf-core/sarek/pull/1045) - Add `public_aws_ecr` for using ECR hosted containers
2543

2644
### Changed
2745

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![AWS CI](https://img.shields.io/badge/CI%20tests-full%20size-FF9900?labelColor=000000&logo=Amazon%20AWS)](https://nf-co.re/sarek/results)
88
[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.3476426-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.3476425)
99

10-
[![Nextflow](https://img.shields.io/badge/nextflow%20DSL2-%E2%89%A522.10.1-23aa62.svg)](https://www.nextflow.io/)
10+
[![Nextflow](https://img.shields.io/badge/nextflow%20DSL2-%E2%89%A523.04.0-23aa62.svg)](https://www.nextflow.io/)
1111
[![run with conda](http://img.shields.io/badge/run%20with-conda-3EB049?labelColor=000000&logo=anaconda)](https://docs.conda.io/en/latest/)
1212
[![run with docker](https://img.shields.io/badge/run%20with-docker-0db7ed?labelColor=000000&logo=docker)](https://www.docker.com/)
1313
[![run with singularity](https://img.shields.io/badge/run%20with-singularity-1d355c.svg?labelColor=000000)](https://sylabs.io/docs/)

conf/public_aws_ecr.config

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,24 @@ process {
3939
withName: 'CREATE_INTERVALS_BED' {
4040
container = 'quay.io/biocontainers/gawk:5.1.0'
4141
}
42+
withName: 'DEEPVARIANT' {
43+
container = 'quay.io/nf-core/deepvariant:1.5.0'
44+
}
4245
withName: 'DRAGMAP_ALIGN' {
4346
container = 'quay.io/biocontainers/mulled-v2-580d344d9d4a496cd403932da8765f9e0187774d:5ebebbc128cd624282eaa37d2c7fe01505a91a69-0'
4447
}
48+
withName: 'GATK4_APPLYBQSR_SPARK' {
49+
container = 'quay.io/nf-core/gatk:4.4.0.0'
50+
}
51+
withName: 'GATK4_BASERECALIBRATOR_SPARK' {
52+
container = 'quay.io/nf-core/gatk:4.4.0.0'
53+
}
54+
withName: 'GATK4_CNNSCOREVARIANTS' {
55+
container = 'quay.io/nf-core/gatk:4.4.0.0'
56+
}
57+
withName: 'GATK4_MARKDUPLICATES_SPARK' {
58+
container = 'quay.io/nf-core/gatk:4.4.0.0'
59+
}
4560
withName: 'SAMBLASTER' {
4661
container = 'quay.io/biocontainers/mulled-v2-19fa9f1a5c3966b63a24166365e81da35738c5ab:cee56b506ceb753d4bbef7e05b81e1bfc25d937f-0'
4762
}

modules.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
},
108108
"deepvariant": {
109109
"branch": "master",
110-
"git_sha": "0460d316170f75f323111b4a2c0a2989f0c32013",
110+
"git_sha": "4b7d4863a5883b76e6bff13b6e52468fab090c5b",
111111
"installed_by": ["modules"]
112112
},
113113
"dragmap/align": {
@@ -168,7 +168,7 @@
168168
},
169169
"gatk4/applybqsrspark": {
170170
"branch": "master",
171-
"git_sha": "b9829e1064382745d8dff7f1d74d2138d2864f71",
171+
"git_sha": "4b7d4863a5883b76e6bff13b6e52468fab090c5b",
172172
"installed_by": ["modules"]
173173
},
174174
"gatk4/applyvqsr": {
@@ -183,7 +183,7 @@
183183
},
184184
"gatk4/baserecalibratorspark": {
185185
"branch": "master",
186-
"git_sha": "b9829e1064382745d8dff7f1d74d2138d2864f71",
186+
"git_sha": "4b7d4863a5883b76e6bff13b6e52468fab090c5b",
187187
"installed_by": ["modules"]
188188
},
189189
"gatk4/calculatecontamination": {
@@ -193,7 +193,7 @@
193193
},
194194
"gatk4/cnnscorevariants": {
195195
"branch": "master",
196-
"git_sha": "b9829e1064382745d8dff7f1d74d2138d2864f71",
196+
"git_sha": "4b7d4863a5883b76e6bff13b6e52468fab090c5b",
197197
"installed_by": ["modules"]
198198
},
199199
"gatk4/createsequencedictionary": {
@@ -263,7 +263,7 @@
263263
},
264264
"gatk4/markduplicatesspark": {
265265
"branch": "master",
266-
"git_sha": "b9829e1064382745d8dff7f1d74d2138d2864f71",
266+
"git_sha": "4b7d4863a5883b76e6bff13b6e52468fab090c5b",
267267
"installed_by": ["modules"]
268268
},
269269
"gatk4/mergemutectstats": {
@@ -398,7 +398,7 @@
398398
},
399399
"tabix/bgziptabix": {
400400
"branch": "master",
401-
"git_sha": "01b3b2509d76625b6d6cd613b349fb4777712a15",
401+
"git_sha": "591b71642820933dcb3c954c934b397bd00d8e5e",
402402
"installed_by": ["vcf_annotate_snpeff", "modules"]
403403
},
404404
"tabix/tabix": {

modules/nf-core/deepvariant/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.

0 commit comments

Comments
 (0)