Skip to content

Commit

Permalink
Bump openms tools to version 3.2.0 (#6754)
Browse files Browse the repository at this point in the history
* update container version-tag

* update snapshots

* bump conda versions
  • Loading branch information
jonasscheid authored Oct 11, 2024
1 parent cf17ca4 commit 573ba82
Show file tree
Hide file tree
Showing 28 changed files with 118 additions and 102 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/openms/decoydatabase/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::openms=3.1.0
- bioconda::openms=3.2.0
4 changes: 2 additions & 2 deletions modules/nf-core/openms/decoydatabase/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process OPENMS_DECOYDATABASE {

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

input:
tuple val(meta), path(fasta)
Expand Down
10 changes: 5 additions & 5 deletions modules/nf-core/openms/decoydatabase/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,29955625bab2d7680a741faab680f3a6"
"versions.yml:md5,6c32e4ec0949f616baefa1b17efbe426"
],
"decoy_fasta": [
[
Expand All @@ -22,14 +22,14 @@
]
],
"versions": [
"versions.yml:md5,29955625bab2d7680a741faab680f3a6"
"versions.yml:md5,6c32e4ec0949f616baefa1b17efbe426"
]
}
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "23.10.1"
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-05-12T16:26:35.886966049"
"timestamp": "2024-10-08T11:22:32.701406062"
}
}
2 changes: 1 addition & 1 deletion modules/nf-core/openms/idfilter/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- "bioconda::openms=3.1.0"
- "bioconda::openms=3.2.0"
6 changes: 3 additions & 3 deletions modules/nf-core/openms/idfilter/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process OPENMS_IDFILTER {
tag "$meta.id"
label 'process_single'

conda "bioconda::openms=3.1.0"
conda "bioconda::openms=3.2.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/openms:3.1.0--h8964181_3' :
'biocontainers/openms:3.1.0--h8964181_3' }"
'https://depot.galaxyproject.org/singularity/openms:3.2.0--haddbca4_4' :
'biocontainers/openms:3.2.0--haddbca4_4' }"

input:
tuple val(meta), path(id_file), path(filter_file)
Expand Down
24 changes: 12 additions & 12 deletions modules/nf-core/openms/idfilter/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,180b8b0b5aa3a0439c4695e8c2a20c7b"
"versions.yml:md5,8a95c69294e90ae931b766218dc87dec"
],
"filtered": [
[
Expand All @@ -22,15 +22,15 @@
]
],
"versions": [
"versions.yml:md5,180b8b0b5aa3a0439c4695e8c2a20c7b"
"versions.yml:md5,8a95c69294e90ae931b766218dc87dec"
]
}
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "23.10.1"
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-03-18T12:24:23.590979361"
"timestamp": "2024-10-08T11:45:00.758602574"
},
"proteomics - filter - idxml": {
"content": [
Expand All @@ -40,29 +40,29 @@
{
"id": "test"
},
"test.idXML:md5,9efbb130c9a34807a4db1be64a7d395f"
"test.idXML:md5,59b0c4592ee45e1d2158b399ba838002"
]
],
"1": [
"versions.yml:md5,180b8b0b5aa3a0439c4695e8c2a20c7b"
"versions.yml:md5,8a95c69294e90ae931b766218dc87dec"
],
"filtered": [
[
{
"id": "test"
},
"test.idXML:md5,9efbb130c9a34807a4db1be64a7d395f"
"test.idXML:md5,59b0c4592ee45e1d2158b399ba838002"
]
],
"versions": [
"versions.yml:md5,180b8b0b5aa3a0439c4695e8c2a20c7b"
"versions.yml:md5,8a95c69294e90ae931b766218dc87dec"
]
}
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "23.10.1"
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-03-18T12:24:09.504917196"
"timestamp": "2024-10-08T11:44:53.291545021"
}
}
2 changes: 1 addition & 1 deletion modules/nf-core/openms/idmassaccuracy/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- "bioconda::openms=3.1.0"
- "bioconda::openms=3.2.0"
4 changes: 2 additions & 2 deletions modules/nf-core/openms/idmassaccuracy/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process OPENMS_IDMASSACCURACY {

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

input:
tuple val(meta), path(mzmls), path(idxmls)
Expand Down
12 changes: 6 additions & 6 deletions modules/nf-core/openms/idmassaccuracy/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
]
],
"2": [
"versions.yml:md5,84212cbbf016bbcae0eb1bb0fcc30db7"
"versions.yml:md5,9bf83a6db02732d209de6819818aed26"
],
"frag_err": [
[
Expand All @@ -38,15 +38,15 @@
]
],
"versions": [
"versions.yml:md5,84212cbbf016bbcae0eb1bb0fcc30db7"
"versions.yml:md5,9bf83a6db02732d209de6819818aed26"
]
}
],
"meta": {
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-09-16T05:12:06.655389198"
"timestamp": "2024-10-08T11:26:08.231171982"
},
"proteomics - openms - mass_error": {
"content": [
Expand All @@ -63,7 +63,7 @@

],
"2": [
"versions.yml:md5,84212cbbf016bbcae0eb1bb0fcc30db7"
"versions.yml:md5,9bf83a6db02732d209de6819818aed26"
],
"frag_err": [
[
Expand All @@ -77,14 +77,14 @@

],
"versions": [
"versions.yml:md5,84212cbbf016bbcae0eb1bb0fcc30db7"
"versions.yml:md5,9bf83a6db02732d209de6819818aed26"
]
}
],
"meta": {
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-09-16T05:11:55.087464408"
"timestamp": "2024-10-08T11:25:57.38948188"
}
}
2 changes: 1 addition & 1 deletion modules/nf-core/openms/idmerger/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::openms=3.1.0
- bioconda::openms=3.2.0
4 changes: 2 additions & 2 deletions modules/nf-core/openms/idmerger/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process OPENMS_IDMERGER {

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

input:
tuple val(meta), path(idxmls)
Expand Down
18 changes: 9 additions & 9 deletions modules/nf-core/openms/idmerger/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"proteomics - openms - idxml": {
"content": [
[
"versions.yml:md5,09d83e713284f55e18cebcc20eda07b9"
"versions.yml:md5,8051ce1c0fe4404798507d607ebf52a3"
]
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "23.10.1"
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-05-12T17:33:25.047982404"
"timestamp": "2024-10-08T12:02:35.595648853"
},
"proteomics - openms - idxml - stub": {
"content": [
Expand All @@ -23,7 +23,7 @@
]
],
"1": [
"versions.yml:md5,09d83e713284f55e18cebcc20eda07b9"
"versions.yml:md5,8051ce1c0fe4404798507d607ebf52a3"
],
"idxml": [
[
Expand All @@ -34,14 +34,14 @@
]
],
"versions": [
"versions.yml:md5,09d83e713284f55e18cebcc20eda07b9"
"versions.yml:md5,8051ce1c0fe4404798507d607ebf52a3"
]
}
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "23.10.1"
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-05-12T17:33:34.498327729"
"timestamp": "2024-10-08T12:02:42.76246364"
}
}
2 changes: 1 addition & 1 deletion modules/nf-core/openms/idripper/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- "bioconda::openms=3.1.0"
- "bioconda::openms=3.2.0"
4 changes: 2 additions & 2 deletions modules/nf-core/openms/idripper/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process OPENMS_IDRIPPER {

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

input:
tuple val(meta), path(merged_idxml)
Expand Down
28 changes: 18 additions & 10 deletions modules/nf-core/openms/idripper/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,35 @@
"id": "test"
},
[
"HepG2_rep1_small.idXML:md5,ca1c4549a42e0b0c0be8345cf5062dfd",
"HepG2_rep2_small.idXML:md5,14a4e9a7dca3c62db38b6345a63d80d5"
"HepG2_rep1_small.idXML:md5,0124479eaf5bba215a801aff613f08d6",
"HepG2_rep2_small.idXML:md5,4b26909ad111957d4bbfa9981c80e92d"
]
]
],
"1": [
"versions.yml:md5,7a7ebf177e4987780b6371dab640e6c0"
"versions.yml:md5,e016c1da0449e1d29d4c34198ff1a948"
],
"idxmls": [
[
{
"id": "test"
},
[
"HepG2_rep1_small.idXML:md5,ca1c4549a42e0b0c0be8345cf5062dfd",
"HepG2_rep2_small.idXML:md5,14a4e9a7dca3c62db38b6345a63d80d5"
"HepG2_rep1_small.idXML:md5,0124479eaf5bba215a801aff613f08d6",
"HepG2_rep2_small.idXML:md5,4b26909ad111957d4bbfa9981c80e92d"
]
]
],
"versions": [
"versions.yml:md5,7a7ebf177e4987780b6371dab640e6c0"
"versions.yml:md5,e016c1da0449e1d29d4c34198ff1a948"
]
}
],
"timestamp": "2024-01-05T10:53:57.761966016"
"meta": {
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-10-08T12:02:51.318615048"
},
"proteomics - split - idxml - stub": {
"content": [
Expand All @@ -49,7 +53,7 @@
]
],
"1": [
"versions.yml:md5,7a7ebf177e4987780b6371dab640e6c0"
"versions.yml:md5,e016c1da0449e1d29d4c34198ff1a948"
],
"idxmls": [
[
Expand All @@ -63,10 +67,14 @@
]
],
"versions": [
"versions.yml:md5,7a7ebf177e4987780b6371dab640e6c0"
"versions.yml:md5,e016c1da0449e1d29d4c34198ff1a948"
]
}
],
"timestamp": "2024-01-05T10:54:05.672792514"
"meta": {
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-10-08T12:02:59.481185212"
}
}
2 changes: 1 addition & 1 deletion modules/nf-core/openms/idscoreswitcher/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- "bioconda::openms=3.1.0"
- "bioconda::openms=3.2.0"
4 changes: 2 additions & 2 deletions modules/nf-core/openms/idscoreswitcher/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process OPENMS_IDSCORESWITCHER {

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

input:
tuple val(meta), path(idxml)
Expand Down
Loading

0 comments on commit 573ba82

Please sign in to comment.