Skip to content

Commit

Permalink
output original matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
saulpierotti committed Nov 8, 2023
1 parent d4247b9 commit 2f61810
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ process {
mode: params.publish_dir_mode,
]
}
withName:CHOLESKY {
publishDir = [
path: { "${params.outdir}/model_matrices/${meta.pheno}/${meta.chr}/" },
saveAs: { filename -> filename.equals('versions.yml') ? null : filename },
mode: params.publish_dir_mode,
]
}
withName:DECORRELATE {
publishDir = [
path: { "${params.outdir}/model_matrices/${meta.pheno}/${meta.chr}/" },
Expand Down

0 comments on commit 2f61810

Please sign in to comment.