Skip to content

Commit 81d9698

Browse files
committed
sync nf-core modules and bump openms version
1 parent f859ec4 commit 81d9698

File tree

68 files changed

+533
-290
lines changed

Some content is hidden

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

68 files changed

+533
-290
lines changed

CHANGELOG.md

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

88
### `Changed`
99

10-
- Migrate to topic channels [#431](https://github.com/nf-core/mhcquant/pull/431)
11-
10+
- Migrate to topic channels [#431](https://github.com/nf-core/mhcquant/pull/431)
11+
1212
### `Dependencies`
1313

1414
| Dependency | Old version | New version |

modules.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,52 +17,52 @@
1717
},
1818
"openms/decoydatabase": {
1919
"branch": "master",
20-
"git_sha": "0c47e4193ddde2c5edbc206b5420cbcbee5c9797",
20+
"git_sha": "ca1cd2456f36c913fb3cfb6bdfbf9d1794fd493b",
2121
"installed_by": ["modules"]
2222
},
2323
"openms/filefilter": {
2424
"branch": "master",
25-
"git_sha": "0c47e4193ddde2c5edbc206b5420cbcbee5c9797",
25+
"git_sha": "ca1cd2456f36c913fb3cfb6bdfbf9d1794fd493b",
2626
"installed_by": ["modules"]
2727
},
2828
"openms/idfilter": {
2929
"branch": "master",
30-
"git_sha": "0c47e4193ddde2c5edbc206b5420cbcbee5c9797",
30+
"git_sha": "ca1cd2456f36c913fb3cfb6bdfbf9d1794fd493b",
3131
"installed_by": ["modules"]
3232
},
3333
"openms/idmassaccuracy": {
3434
"branch": "master",
35-
"git_sha": "0c47e4193ddde2c5edbc206b5420cbcbee5c9797",
35+
"git_sha": "ca1cd2456f36c913fb3cfb6bdfbf9d1794fd493b",
3636
"installed_by": ["modules"]
3737
},
3838
"openms/idmerger": {
3939
"branch": "master",
40-
"git_sha": "0c47e4193ddde2c5edbc206b5420cbcbee5c9797",
40+
"git_sha": "ca1cd2456f36c913fb3cfb6bdfbf9d1794fd493b",
4141
"installed_by": ["modules"]
4242
},
4343
"openms/idripper": {
4444
"branch": "master",
45-
"git_sha": "0c47e4193ddde2c5edbc206b5420cbcbee5c9797",
45+
"git_sha": "ca1cd2456f36c913fb3cfb6bdfbf9d1794fd493b",
4646
"installed_by": ["modules"]
4747
},
4848
"openms/idscoreswitcher": {
4949
"branch": "master",
50-
"git_sha": "0c47e4193ddde2c5edbc206b5420cbcbee5c9797",
50+
"git_sha": "ca1cd2456f36c913fb3cfb6bdfbf9d1794fd493b",
5151
"installed_by": ["modules"]
5252
},
5353
"openms/peakpickerhires": {
5454
"branch": "master",
55-
"git_sha": "0c47e4193ddde2c5edbc206b5420cbcbee5c9797",
55+
"git_sha": "ca1cd2456f36c913fb3cfb6bdfbf9d1794fd493b",
5656
"installed_by": ["modules"]
5757
},
5858
"openms/peptideindexer": {
5959
"branch": "master",
60-
"git_sha": "0c47e4193ddde2c5edbc206b5420cbcbee5c9797",
60+
"git_sha": "ca1cd2456f36c913fb3cfb6bdfbf9d1794fd493b",
6161
"installed_by": ["modules"]
6262
},
6363
"openmsthirdparty/cometadapter": {
6464
"branch": "master",
65-
"git_sha": "0c47e4193ddde2c5edbc206b5420cbcbee5c9797",
65+
"git_sha": "ca1cd2456f36c913fb3cfb6bdfbf9d1794fd493b",
6666
"installed_by": ["modules"]
6767
},
6868
"thermorawfileparser": {

modules/local/openms/mapaligneridentification/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ channels:
44
- conda-forge
55
- bioconda
66
dependencies:
7-
- bioconda::openms=3.4.1
7+
- bioconda::openms=3.5.0

modules/local/openms/mapaligneridentification/main.nf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ process OPENMS_MAPALIGNERIDENTIFICATION {
44

55
conda "${moduleDir}/environment.yml"
66
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
7-
'https://depot.galaxyproject.org/singularity/openms:3.4.1--h81ffffe_1' :
8-
'biocontainers/openms:3.4.1--h81ffffe_1' }"
7+
'https://depot.galaxyproject.org/singularity/openms:3.5.0--h78fb946_0' :
8+
'biocontainers/openms:3.5.0--h78fb946_0' }"
99

1010
input:
1111
tuple val(meta), path(idxmls)
1212

1313
output:
1414
tuple val(meta), path("*.trafoXML"), emit: trafoxml
15-
tuple val("${task.process}"), val('openms'), eval("FileInfo --help 2>&1 | grep -E '^Version' | sed 's/^.*Version: //; s/-.*\$//' | sed 's/ -*//; s/ .*\$//'"), emit: versions, topic: versions
15+
tuple val("${task.process}"), val('openms'), eval("FileInfo --help 2>&1 | sed -nE 's/^Version: ([0-9.]+).*/\\1/p'"), emit: versions_openms, topic: versions
1616

1717
when:
1818
task.ext.when == null || task.ext.when

modules/local/openms/maprttransformer/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ channels:
44
- conda-forge
55
- bioconda
66
dependencies:
7-
- bioconda::openms=3.4.1
7+
- bioconda::openms=3.5.0

modules/local/openms/maprttransformer/main.nf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ process OPENMS_MAPRTTRANSFORMER {
44

55
conda "${moduleDir}/environment.yml"
66
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
7-
'https://depot.galaxyproject.org/singularity/openms:3.4.1--h81ffffe_1' :
8-
'biocontainers/openms:3.4.1--h81ffffe_1' }"
7+
'https://depot.galaxyproject.org/singularity/openms:3.5.0--h78fb946_0' :
8+
'biocontainers/openms:3.5.0--h78fb946_0' }"
99

1010
input:
1111
tuple val(meta), path(alignment_file), path(trafoxml)
1212

1313
output:
1414
tuple val(meta), path("*_aligned.*"), emit: aligned
15-
tuple val("${task.process}"), val('openms'), eval("FileInfo --help 2>&1 | grep -E '^Version' | sed 's/^.*Version: //; s/-.*\$//' | sed 's/ -*//; s/ .*\$//'"), emit: versions, topic: versions
15+
tuple val("${task.process}"), val('openms'), eval("FileInfo --help 2>&1 | sed -nE 's/^Version: ([0-9.]+).*/\\1/p'"), emit: versions_openms, topic: versions
1616

1717
when:
1818
task.ext.when == null || task.ext.when

modules/local/openms/mztabexporter/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ channels:
44
- conda-forge
55
- bioconda
66
dependencies:
7-
- bioconda::openms=3.4.1
7+
- bioconda::openms=3.5.0

modules/local/openms/mztabexporter/main.nf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ process OPENMS_MZTABEXPORTER {
44

55
conda "${moduleDir}/environment.yml"
66
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
7-
'https://depot.galaxyproject.org/singularity/openms:3.4.1--h81ffffe_1' :
8-
'biocontainers/openms:3.4.1--h81ffffe_1' }"
7+
'https://depot.galaxyproject.org/singularity/openms:3.5.0--h78fb946_0' :
8+
'biocontainers/openms:3.5.0--h78fb946_0' }"
99

1010
input:
1111
tuple val(meta), path(in_file)
1212

1313
output:
1414
tuple val(meta), path("*.mzTab"), emit: mztab
15-
tuple val("${task.process}"), val('openms'), eval("FileInfo --help 2>&1 | grep -E '^Version' | sed 's/^.*Version: //; s/-.*\$//' | sed 's/ -*//; s/ .*\$//'"), emit: versions, topic: versions
15+
tuple val("${task.process}"), val('openms'), eval("FileInfo --help 2>&1 | sed -nE 's/^Version: ([0-9.]+).*/\\1/p'"), emit: versions_openms, topic: versions
1616

1717
when:
1818
task.ext.when == null || task.ext.when

modules/local/openms/psmfeatureextractor/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ channels:
44
- conda-forge
55
- bioconda
66
dependencies:
7-
- bioconda::openms=3.4.1
7+
- bioconda::openms=3.5.0

modules/local/openms/psmfeatureextractor/main.nf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ process OPENMS_PSMFEATUREEXTRACTOR {
44

55
conda "${moduleDir}/environment.yml"
66
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
7-
'https://depot.galaxyproject.org/singularity/openms:3.4.1--h81ffffe_1' :
8-
'biocontainers/openms:3.4.1--h81ffffe_1' }"
7+
'https://depot.galaxyproject.org/singularity/openms:3.5.0--h78fb946_0' :
8+
'biocontainers/openms:3.5.0--h78fb946_0' }"
99

1010
input:
1111
tuple val(meta), path(idxml), path(feature_file)
1212

1313
output:
1414
tuple val(meta), path("*.idXML"), emit: idxml
15-
tuple val("${task.process}"), val('openms'), eval("FileInfo --help 2>&1 | grep -E '^Version' | sed 's/^.*Version: //; s/-.*\$//' | sed 's/ -*//; s/ .*\$//'"), emit: versions, topic: versions
15+
tuple val("${task.process}"), val('openms'), eval("FileInfo --help 2>&1 | sed -nE 's/^Version: ([0-9.]+).*/\\1/p'"), emit: versions_openms, topic: versions
1616

1717
when:
1818
task.ext.when == null || task.ext.when

0 commit comments

Comments
 (0)