brentp / hts-nim

nim wrapper for htslib for parsing genomics data files

Home Page:https://brentp.github.io/hts-nim/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: whats the "back" value represent in CigarOp?

nh13 opened this issue · comments

I don't see it in samtools.github.io/hts-specs/SAMv1.pdf

Thanks for the issues, I'll have a look at each. This one is easy. It just allows to skip backwards on the reference. It consumes no query sequence and negative reference sequence.

Not sure about the spec.

I would folks looking at matching possible types would get confused at an operator that is not in the SAM spec though.