Skip to content

Commit fcdc4bd

Browse files
committed
fix typo
1 parent c05b4c5 commit fcdc4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ process hisat2_mapping {
206206
hisat2 -x $index_name \
207207
-U $reads \
208208
--no-spliced-alignment \
209-
--rna-stradness $s \
209+
--rna-strandness $s \
210210
-p ${task.cpus} \
211211
--met-stderr \
212212
--new-summary \

0 commit comments

Comments
 (0)