Skip to content

Commit

Permalink
change dowser lineages container
Browse files Browse the repository at this point in the history
  • Loading branch information
ggabernet committed Sep 19, 2023
1 parent 216706e commit 0b44403
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions conf/test_full.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,12 @@ params {
umi_start = 0
umi_position = 'R1'
}

process {
withName:DOWSER_LINEAGES{
ext.args = ['build':'igphyml',
'minseq':5,
'traits':'c_primer',
'tips':'c_primer']
}
}
2 changes: 1 addition & 1 deletion modules/local/enchantr/dowser_lineages.nf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ process DOWSER_LINEAGES {
conda "bioconda::r-enchantr=0.1.3"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker.io/ssnn/suite:prerelease':
'docker.io/immcantation/suite:devel' }"
'docker.io/ssnn/suite:prerelease' }"

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

0 comments on commit 0b44403

Please sign in to comment.