Skip to content

Commit

Permalink
Reset change
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisLeNezet committed Nov 17, 2024
1 parent 6c2efb4 commit e05b8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/steps/validation.config
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ process {
// Validation subworkflow
withName: 'NFCORE_PHASEIMPUTE:PHASEIMPUTE:VCF_CONCORDANCE_GLIMPSE2:.*' {
publishDir = [
path: { "${params.outdir}/validation" },
path: { "${params.outdir}/validation/" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
Expand Down

0 comments on commit e05b8ef

Please sign in to comment.