Skip to content

Commit

Permalink
make sample sheet check use docker container for singularity
Browse files Browse the repository at this point in the history
  • Loading branch information
zachary-foster committed Jan 28, 2025
1 parent f29945e commit 1c5e61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/samplesheet_check.nf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ process SAMPLESHEET_CHECK {

conda "conda-forge::r-rentrez=1.2.3"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/r-base:4.2.1' :
'docker.io/zacharyfoster/rentrez:0.1' :
'docker.io/zacharyfoster/rentrez:0.1' }"

input:
Expand Down

0 comments on commit 1c5e61c

Please sign in to comment.