Skip to content

Commit 937c011

Browse files
authored
Merge pull request #615 from ypriverol/dev
update quantms-utils 0.0.24 & pmultiqc 0.0.39
2 parents 447d8f1 + 57fd276 commit 937c011

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

modules/local/diann/convert_results/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ process CONVERT_RESULTS {
33
label 'process_medium'
44

55
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
6-
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.23--pyh7e72e81_0' :
7-
'biocontainers/quantms-utils:0.0.23--pyh7e72e81_0' }"
6+
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.24--pyh7e72e81_0' :
7+
'biocontainers/quantms-utils:0.0.24--pyh7e72e81_0' }"
88

99
input:
1010
path(report)

modules/local/diann/generate_cfg/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ process GENERATE_CFG {
33
label 'process_tiny'
44

55
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
6-
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.23--pyh7e72e81_0' :
7-
'biocontainers/quantms-utils:0.0.23--pyh7e72e81_0' }"
6+
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.24--pyh7e72e81_0' :
7+
'biocontainers/quantms-utils:0.0.24--pyh7e72e81_0' }"
88

99
input:
1010
val(meta)

modules/local/pmultiqc/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ process PMULTIQC {
22
label 'process_high'
33

44
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
5-
'https://depot.galaxyproject.org/singularity/pmultiqc:0.0.38--pyhdfd78af_0' :
6-
'biocontainers/pmultiqc:0.0.38--pyhdfd78af_0' }"
5+
'https://depot.galaxyproject.org/singularity/pmultiqc:0.0.39--pyhdfd78af_0' :
6+
'biocontainers/pmultiqc:0.0.39--pyhdfd78af_0' }"
77

88
input:
99
path 'results/*'

modules/local/preprocess_expdesign/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ process PREPROCESS_EXPDESIGN {
77
label 'process_tiny'
88

99
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
10-
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.23--pyh7e72e81_0' :
11-
'biocontainers/quantms-utils:0.0.23--pyh7e72e81_0' }"
10+
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.24--pyh7e72e81_0' :
11+
'biocontainers/quantms-utils:0.0.24--pyh7e72e81_0' }"
1212

1313
input:
1414
path design

modules/local/samplesheet_check/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ process SAMPLESHEET_CHECK {
44
label 'process_tiny'
55

66
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
7-
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.23--pyh7e72e81_0' :
8-
'biocontainers/quantms-utils:0.0.23--pyh7e72e81_0' }"
7+
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.24--pyh7e72e81_0' :
8+
'biocontainers/quantms-utils:0.0.24--pyh7e72e81_0' }"
99

1010
input:
1111
path input_file

modules/local/utils/extract_sample/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ process GET_SAMPLE {
33
label 'process_low'
44

55
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
6-
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.23--pyh7e72e81_0' :
7-
'biocontainers/quantms-utils:0.0.23--pyh7e72e81_0' }"
6+
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.24--pyh7e72e81_0' :
7+
'biocontainers/quantms-utils:0.0.24--pyh7e72e81_0' }"
88

99

1010
input:

modules/local/utils/mzml_statistics/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ process MZML_STATISTICS {
44
label 'process_single'
55

66
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
7-
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.23--pyh7e72e81_0' :
8-
'biocontainers/quantms-utils:0.0.23--pyh7e72e81_0' }"
7+
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.24--pyh7e72e81_0' :
8+
'biocontainers/quantms-utils:0.0.24--pyh7e72e81_0' }"
99

1010
input:
1111
tuple val(meta), path(ms_file)

modules/local/utils/psm_conversion/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ process PSM_CONVERSION {
33
label 'process_medium'
44

55
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
6-
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.23--pyh7e72e81_0' :
7-
'biocontainers/quantms-utils:0.0.23--pyh7e72e81_0' }"
6+
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.24--pyh7e72e81_0' :
7+
'biocontainers/quantms-utils:0.0.24--pyh7e72e81_0' }"
88

99

1010
input:

0 commit comments

Comments
 (0)