|
Hello, I have a pre-processed, paired-end snRNASeq dataset I want to to align in which the first read is 26bp and the second read is 91bp. How do I generate a single splici index for two different read lengths? Thank you, ~ Mark |
Answered by
rob-p
Jun 14, 2022
Replies: 2 comments 5 replies
|
I ran into something similar. I have FASTQs with different read lengths: Do I have to create different reference indices? I am using simpleaf (alevin-fry). |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @lawsonvt,
In this case, the first read is techinal (UMI and barcode) and not relevant to the index construction. You should treat 91 as your read length.
Best,
Rob