Skip to content

Commit

Permalink
Update emmtyper in base config
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjameskennedy committed Nov 11, 2024
1 parent d97c050 commit 26f3fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/nextflow.base.config
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ process {
ext.args_ska = {"${params.outdir}/${params.speciesDir}/ska"}
}
withName: emmtyper {
container = "emmtyper.sif"
container = "${params.containerDir}/emmtyper.sif"
publishDir = [ path: "${params.outdir}/${params.speciesDir}/emmtyper", mode: 'copy', overwrite: true ]
}
withName: export_to_cdm {
Expand Down

0 comments on commit 26f3fbf

Please sign in to comment.