We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77843ad + 30ea00d commit aaa8ae6Copy full SHA for aaa8ae6
modules/local/medaka/medaka_consensus/main.nf
@@ -5,7 +5,7 @@ process MEDAKA_PARALLEL {
5
6
conda "${moduleDir}/environment.yml"
7
container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container
8
- ? 'https://depot.galaxyproject.org/singularity/biocontainers/medaka:2.0.1--py310he807b20_0'
+ ? 'https://depot.galaxyproject.org/singularity/medaka:2.0.1--py310he807b20_0'
9
: 'biocontainers/medaka:2.0.1--py310he807b20_0'}"
10
11
input:
0 commit comments