Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisLeNezet committed Apr 24, 2024
1 parent 4d02ff0 commit a89168e
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 @@ -16,7 +16,7 @@ process {
publishDir = [
path: { "${params.outdir}/validation/truth" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
saveAs: { filename -> filename.equals('versions.yml') ? null : filename },
enabled: false
]
}
Expand Down

0 comments on commit a89168e

Please sign in to comment.