Skip to content

Commit

Permalink
Update to add default to flag
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon committed Nov 15, 2024
1 parent 5fb3c96 commit 8407bfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/local/graphoverallcoverage.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ process GRAPHOVERALLCOVERAGE {
tag "$meta.id"
label "process_single"

container 'quay.io/sanger-tol/cramfilter_bwamem2_minimap2_samtools_perl:0.001-c1'
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/mulled-v2-1a6fe65bd6674daba65066aa796ed8f5e8b4687b:688e175eb0db54de17822ba7810cc9e20fa06dd5-0' :
'biocontainers/mulled-v2-1a6fe65bd6674daba65066aa796ed8f5e8b4687b:688e175eb0db54de17822ba7810cc9e20fa06dd5-0' }"

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

0 comments on commit 8407bfc

Please sign in to comment.