Skip to content

Commit

Permalink
Update main.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
daichengxin committed Jun 15, 2024
1 parent 082a908 commit 41cc770
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/local/mzmlstatistics/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ process MZMLSTATISTICS {
label 'process_medium'
label 'process_single'

conda "bioconda::pyopenms=2.8.0 conda-forge::numpy=1.20.3"
conda "bioconda::pyopenms=3.1.0"
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
container "https://depot.galaxyproject.org/singularity/pyopenms:2.8.0--py38hd8d5640_1"
container "https://depot.galaxyproject.org/singularity/pyopenms:3.1.0--py39h9b8898c_0"
} else {
container "biocontainers/pyopenms:2.8.0--py38hd8d5640_1"
container "biocontainers/pyopenms:3.1.0--py39h9b8898c_0"
}

input:
Expand Down

0 comments on commit 41cc770

Please sign in to comment.