Skip to content

Commit

Permalink
Making sure whitelist is assigned correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
atrull314 committed Jan 23, 2024
1 parent 150cc28 commit d1620db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/scnanoseq.nf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if (params.barcode_preset = "cellranger_3_prime") {
}

if (params.whitelist) {
blaze_whitelist = whitelist
blaze_whitelist = params.whitelist
}


Expand Down

0 comments on commit d1620db

Please sign in to comment.