Skip to content

Commit

Permalink
Update medaka version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmero committed Jun 21, 2024
1 parent 0a86dc9 commit d79f48d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/medaka.nf
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ process Medaka {
projectDir + '/envs/racon-medaka.yaml' }"

container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/medaka:1.4.4--py38h130def0_0' :
'biocontainers/medaka:1.4.4--py38h130def0_0' }"
'https://depot.galaxyproject.org/singularity/medaka:1.11.1--py310h87e71ce_0' :
'biocontainers/medaka:1.11.1--py310h87e71ce_0' }"

input:
tuple val(sampleName), path(reads), path(assembly)
Expand All @@ -28,6 +28,7 @@ process Medaka {
script:
def args = task.ext.args ?: ''
def prefix = task.ext.prefix ?: reads.getSimpleName()
// todo: remove rezip_ prefix
"""
medaka_consensus \\
-t $task.cpus \\
Expand Down

0 comments on commit d79f48d

Please sign in to comment.