splicebox / PsiCLASS

Simultaneous multi-sample transcript assembler for RNA-seq data
16 stars 4 forks source link

Quality scores, indels and mismatches #14

Closed sagnikbanerjee15 closed 3 years ago

sagnikbanerjee15 commented 3 years ago

Hello,

I was reading the methods of splice graph construction and was wondering if PsiCLASS uses quality scores at any point? Also, are indels and substitution used? I was thinking of storing only those information that would be needed by PsiCLASS and discard the rest. This might help save a lot of space. I am currently working on designing an alignment file format that would store only the bare minimum information necessary for generating assembly.

Thank you.