Skip to content

Commit

Permalink
Fix STARE singularity image
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Jul 4, 2024
1 parent 28a0dc2 commit a05a270
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/local/peaks/stare.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ process STARE {
label 'process_high'

conda "bioconda::stare-abc"
container "biocontainers/stare-abc:1.0.4--haf6292c_1"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/stare-abc:1.0.4--haf6292c_1' :
'biocontainers/stare-abc:1.0.4--haf6292c_1' }"

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

0 comments on commit a05a270

Please sign in to comment.