Skip to content

Commit

Permalink
Add outdir as necessary input
Browse files Browse the repository at this point in the history
  • Loading branch information
jylee-bcm committed Dec 18, 2024
1 parent 91d4879 commit 0f4a4f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def validateInputParams() {
"input_hpo": params.input_hpo,
"ref_dir" : params.ref_dir,
"ref_ver" : params.ref_ver,
"outdir" : params.outdir,
]

checkPathParamMap.each { paramName, paramValue ->
Expand Down

0 comments on commit 0f4a4f2

Please sign in to comment.