Skip to content

Commit

Permalink
update containers
Browse files Browse the repository at this point in the history
  • Loading branch information
anwarMZ committed Dec 16, 2024
1 parent 770e250 commit f829c10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/local/gvftoindexandlog.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process GVF_TO_INDEX_LOG {
conda "conda-forge::dask=2023.10.1"
container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container
? 'biocontainers/dask:2023.10.1-py11-ol9_cv1'
: 'quay.io/biocontainers/dask:2023.10.1-py11-ol9_cv1'}"
: 'daskdev/dask:2023.10.1-py3.11'}"

input:
tuple val(meta), path(gvf)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/mergeIndices.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process MERGE_INDICES {
conda "conda-forge::dask=2023.10.1"
container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container
? 'biocontainers/dask:2023.10.1-py11-ol9_cv1'
: 'quay.io/biocontainers/dask:2023.10.1-py11-ol9_cv1'}"
: 'daskdev/dask:2023.10.1-py3.11'}"

input:
tuple val(meta), path(index)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/mergeLogfiles.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process MERGE_LOGFILES {
conda "conda-forge::dask=2023.10.1"
container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container
? 'biocontainers/dask:2023.10.1-py11-ol9_cv1'
: 'quay.io/biocontainers/dask:2023.10.1-py11-ol9_cv1'}"
: 'daskdev/dask:2023.10.1-py3.11'}"

input:
tuple val(meta), path(log_header)
Expand Down

0 comments on commit f829c10

Please sign in to comment.