Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update some module versions #6798

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/nf-core/custom/getchromsizes/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ channels:
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
4 changes: 2 additions & 2 deletions modules/nf-core/custom/getchromsizes/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process CUSTOM_GETCHROMSIZES {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/samtools:1.20--h50ea8bc_0' :
'biocontainers/samtools:1.20--h50ea8bc_0' }"
'https://depot.galaxyproject.org/singularity/samtools:1.21--h50ea8bc_0' :
'biocontainers/samtools:1.21--h50ea8bc_0' }"

input:
tuple val(meta), path(fasta)
Expand Down
40 changes: 20 additions & 20 deletions modules/nf-core/custom/getchromsizes/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
]
],
"3": [
"versions.yml:md5,0d5a7c33bddcb1edad6bf0705b258e6f"
"versions.yml:md5,f68edc4d5999d8cb07147b9be115d60b"
],
"fai": [
[
Expand All @@ -54,15 +54,15 @@
]
],
"versions": [
"versions.yml:md5,0d5a7c33bddcb1edad6bf0705b258e6f"
"versions.yml:md5,f68edc4d5999d8cb07147b9be115d60b"
]
}
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "24.04.2"
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-07-05T12:38:36.927106"
"timestamp": "2024-10-18T10:11:37.459094476"
},
"test_custom_getchromsizes": {
"content": [
Expand All @@ -87,7 +87,7 @@

],
"3": [
"versions.yml:md5,0d5a7c33bddcb1edad6bf0705b258e6f"
"versions.yml:md5,f68edc4d5999d8cb07147b9be115d60b"
],
"fai": [
[
Expand All @@ -109,15 +109,15 @@
]
],
"versions": [
"versions.yml:md5,0d5a7c33bddcb1edad6bf0705b258e6f"
"versions.yml:md5,f68edc4d5999d8cb07147b9be115d60b"
]
}
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "24.04.2"
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-06-20T13:22:34.14237"
"timestamp": "2024-10-18T10:11:01.526301351"
},
"test_custom_getchromsizes_bgzip": {
"content": [
Expand Down Expand Up @@ -147,7 +147,7 @@
]
],
"3": [
"versions.yml:md5,0d5a7c33bddcb1edad6bf0705b258e6f"
"versions.yml:md5,f68edc4d5999d8cb07147b9be115d60b"
],
"fai": [
[
Expand All @@ -174,15 +174,15 @@
]
],
"versions": [
"versions.yml:md5,0d5a7c33bddcb1edad6bf0705b258e6f"
"versions.yml:md5,f68edc4d5999d8cb07147b9be115d60b"
]
}
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "24.04.2"
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-06-20T13:23:06.241379"
"timestamp": "2024-10-18T10:11:14.32456385"
},
"test_custom_getchromsizes - stub": {
"content": [
Expand All @@ -207,7 +207,7 @@

],
"3": [
"versions.yml:md5,0d5a7c33bddcb1edad6bf0705b258e6f"
"versions.yml:md5,f68edc4d5999d8cb07147b9be115d60b"
],
"fai": [
[
Expand All @@ -229,14 +229,14 @@
]
],
"versions": [
"versions.yml:md5,0d5a7c33bddcb1edad6bf0705b258e6f"
"versions.yml:md5,f68edc4d5999d8cb07147b9be115d60b"
]
}
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "24.04.2"
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-07-05T12:24:05.697845"
"timestamp": "2024-10-18T10:11:26.505487624"
}
}
2 changes: 1 addition & 1 deletion modules/nf-core/custom/tx2gene/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- python=3.9.5
- python=3.10.4
4 changes: 2 additions & 2 deletions modules/nf-core/custom/tx2gene/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process CUSTOM_TX2GENE {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/python:3.9--1' :
'biocontainers/python:3.9--1' }"
'https://depot.galaxyproject.org/singularity/python:3.10.4' :
'biocontainers/python:3.10.4' }"

input:
tuple val(meta), path(gtf)
Expand Down
20 changes: 10 additions & 10 deletions modules/nf-core/custom/tx2gene/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]
],
"1": [
"versions.yml:md5,fb8145d7fbc6043ba031249b23ecda50"
"versions.yml:md5,e504b95d76ef4cf65ba0b38cddce2840"
],
"tx2gene": [
[
Expand All @@ -22,15 +22,15 @@
]
],
"versions": [
"versions.yml:md5,fb8145d7fbc6043ba031249b23ecda50"
"versions.yml:md5,e504b95d76ef4cf65ba0b38cddce2840"
]
}
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "24.04.2"
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-07-05T13:13:11.305047"
"timestamp": "2024-10-18T10:24:12.19104487"
},
"saccharomyces_cerevisiae - gtf - stub": {
"content": [
Expand All @@ -44,7 +44,7 @@
]
],
"1": [
"versions.yml:md5,5613eefbca41377128f1d8dc09b9fb60"
"versions.yml:md5,48194bffef8cb833e82e31166f3d486c"
],
"tx2gene": [
[
Expand All @@ -55,14 +55,14 @@
]
],
"versions": [
"versions.yml:md5,5613eefbca41377128f1d8dc09b9fb60"
"versions.yml:md5,48194bffef8cb833e82e31166f3d486c"
]
}
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "24.04.3"
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-07-10T15:15:34.064489"
"timestamp": "2024-10-18T10:24:24.729694098"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::picard=3.2.0
- bioconda::picard=3.3.0
4 changes: 2 additions & 2 deletions modules/nf-core/picard/addorreplacereadgroups/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process PICARD_ADDORREPLACEREADGROUPS {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/picard:3.2.0--hdfd78af_0' :
'biocontainers/picard:3.2.0--hdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/picard:3.3.0--hdfd78af_0' :
'biocontainers/picard:3.3.0--hdfd78af_0' }"

input:
tuple val(meta), path(reads)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"content": [
"test.replaced.cram",
[
"versions.yml:md5,7ec6e56d1d70ed028928dc82b32b27cd"
"versions.yml:md5,e82588e0fecbeafdff36e3b3001b3bca"
]
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "24.04.2"
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-07-10T09:54:40.471730168"
"timestamp": "2024-10-18T10:13:23.115450366"
},
"sarscov2 - bam - stub": {
"content": [
Expand All @@ -30,7 +30,7 @@

],
"3": [
"versions.yml:md5,7ec6e56d1d70ed028928dc82b32b27cd"
"versions.yml:md5,e82588e0fecbeafdff36e3b3001b3bca"
],
"bai": [

Expand All @@ -47,28 +47,28 @@

],
"versions": [
"versions.yml:md5,7ec6e56d1d70ed028928dc82b32b27cd"
"versions.yml:md5,e82588e0fecbeafdff36e3b3001b3bca"
]
}
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "24.04.2"
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-07-10T09:55:08.402649243"
"timestamp": "2024-10-18T10:13:47.23694937"
},
"sarscov2 - bam": {
"content": [
"null.replaced.bam",
"null.replaced.bai",
[
"versions.yml:md5,7ec6e56d1d70ed028928dc82b32b27cd"
"versions.yml:md5,e82588e0fecbeafdff36e3b3001b3bca"
]
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "24.04.2"
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-07-10T09:54:22.239968953"
"timestamp": "2024-10-18T10:12:53.083677142"
}
}
2 changes: 1 addition & 1 deletion modules/nf-core/picard/bedtointervallist/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::picard=3.2.0
- bioconda::picard=3.3.0
4 changes: 2 additions & 2 deletions modules/nf-core/picard/bedtointervallist/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process PICARD_BEDTOINTERVALLIST {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/picard:3.2.0--hdfd78af_0' :
'biocontainers/picard:3.2.0--hdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/picard:3.3.0--hdfd78af_0' :
'biocontainers/picard:3.3.0--hdfd78af_0' }"

input:
tuple val(meta) , path(bed)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]
],
"1": [
"versions.yml:md5,8d0ce8ecdf3bc716de22d75e61aaaf65"
"versions.yml:md5,33540ea0c31ded2c1db95f82406034f8"
],
"interval_list": [
[
Expand All @@ -22,14 +22,14 @@
]
],
"versions": [
"versions.yml:md5,8d0ce8ecdf3bc716de22d75e61aaaf65"
"versions.yml:md5,33540ea0c31ded2c1db95f82406034f8"
]
}
],
"meta": {
"nf-test": "0.8.4",
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-08-26T10:39:08.82372"
"timestamp": "2024-10-18T10:17:35.308452582"
}
}
2 changes: 1 addition & 1 deletion modules/nf-core/picard/cleansam/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::picard=3.2.0
- bioconda::picard=3.3.0
4 changes: 2 additions & 2 deletions modules/nf-core/picard/cleansam/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process PICARD_CLEANSAM {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/picard:3.2.0--hdfd78af_0' :
'biocontainers/picard:3.2.0--hdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/picard:3.3.0--hdfd78af_0' :
'biocontainers/picard:3.3.0--hdfd78af_0' }"

input:
tuple val(meta), path(bam)
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/picard/cleansam/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"content": [
"798439cbd7fd81cbcc5078022dc5479d",
[
"versions.yml:md5,f99b648dc3d150a0561094e3a142ee22"
"versions.yml:md5,412651954aecab12c868ee78cf9fa724"
]
],
"meta": {
"nf-test": "0.8.4",
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-08-26T10:36:05.525364"
"timestamp": "2024-10-18T10:46:32.969920917"
}
}
2 changes: 1 addition & 1 deletion modules/nf-core/picard/collecthsmetrics/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::picard=3.2.0
- bioconda::picard=3.3.0
4 changes: 2 additions & 2 deletions modules/nf-core/picard/collecthsmetrics/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process PICARD_COLLECTHSMETRICS {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/picard:3.2.0--hdfd78af_0' :
'biocontainers/picard:3.2.0--hdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/picard:3.3.0--hdfd78af_0' :
'biocontainers/picard:3.3.0--hdfd78af_0' }"

input:
tuple val(meta), path(bam), path(bai), path(bait_intervals, stageAs: "baits/*"), path(target_intervals, stageAs: 'targets/*')
Expand Down
Loading
Loading