Skip to content

Commit

Permalink
Merge pull request #170 from SpikyClip/optitype_dir
Browse files Browse the repository at this point in the history
Add dedicated optitype output folder.
  • Loading branch information
christopher-mohr authored Aug 5, 2024
2 parents 468cd6b + 654df5b commit e1390ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ process {

withName: OPTITYPE {
publishDir = [
path: { "${params.outdir}" },
path: { "${params.outdir}/optitype" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
Expand Down

0 comments on commit e1390ed

Please sign in to comment.