Skip to content

Commit

Permalink
fix log output
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Mar 14, 2024
1 parent b5634de commit 50bdfdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/local/plink2_score.nf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ process PLINK2_SCORE {
output:
tuple val(meta), path("${output}.{sscore,sscore.zst}"), emit: scores // optional compression
path "${output}.sscore.vars", emit: vars_scored
path "${output}.log", emit: log
path "versions.yml", emit: versions

script:
Expand Down

0 comments on commit 50bdfdb

Please sign in to comment.