Skip to content

Commit

Permalink
Update main.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika authored Sep 28, 2023
1 parent 4821b71 commit 2f51d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ workflow {
if (params.mask == "NO_FILE") {
ch_mask = Channel.fromPath("$baseDir/assets/mask.bed", checkIfExists: true)
} else {
ch_mask = Channel.fromPath(${params.mask})
ch_mask = Channel.fromPath(params.mask)
}

main:
Expand Down

0 comments on commit 2f51d61

Please sign in to comment.