Skip to content

Commit

Permalink
Fix params.fasta
Browse files Browse the repository at this point in the history
  • Loading branch information
apeltzer committed Jan 12, 2024
1 parent 22f07de commit 8fb0ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/smrnaseq.nf
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ workflow SMRNASEQ {
//
if (params.with_umi){
if (params.fasta){
fasta_ch = file(fasta)
fasta_ch = file(params.fasta)
DEDUPLICATE_UMIS (
fasta_ch,
bt_index,
Expand Down

0 comments on commit 8fb0ae0

Please sign in to comment.