Skip to content

Commit

Permalink
Changing whitelist input on BLAZE from value to path so that the whit…
Browse files Browse the repository at this point in the history
…elist is symlinked into the working directory correctly
  • Loading branch information
atrull314 committed Aug 13, 2024
1 parent f047946 commit 7bd7e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/blaze.nf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ process BLAZE {

input:
tuple val(meta), path(reads)
val in_whitelist
path in_whitelist

output:
tuple val(meta), path("*.putative_bc.no_header.csv") , emit: putative_bc
Expand Down

0 comments on commit 7bd7e6f

Please sign in to comment.