Skip to content

Commit aaa8ae6

Browse files
authored
Merge pull request #176 from TomHarrop/patch-1
Possible typo in container URL for Medaka
2 parents 77843ad + 30ea00d commit aaa8ae6

File tree

1 file changed

+1
-1
lines changed
  • modules/local/medaka/medaka_consensus

1 file changed

+1
-1
lines changed

modules/local/medaka/medaka_consensus/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ process MEDAKA_PARALLEL {
55

66
conda "${moduleDir}/environment.yml"
77
container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container
8-
? 'https://depot.galaxyproject.org/singularity/biocontainers/medaka:2.0.1--py310he807b20_0'
8+
? 'https://depot.galaxyproject.org/singularity/medaka:2.0.1--py310he807b20_0'
99
: 'biocontainers/medaka:2.0.1--py310he807b20_0'}"
1010

1111
input:

0 commit comments

Comments
 (0)