Closed lozybean closed 6 years ago
Hi, Sorry what part of the htseq API are you referring to? Thanks Fabio
On November 28, 2017 4:47:20 AM PST, Lyon0804 notifications@github.com wrote:
I would like to compare the cigarstring of two segments, and query_alignment_sequence is very useful to ignore softclip bases. All these properties is in
pysam.AlignedSegment
API, would you like to keep these property?-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/simon-anders/htseq/issues/44
In HTSeq.SAM_Alignment
class, I don't know whether it is inherit from pysam.AlignedSegment
?
but there is some useful property like cigarstring
, query_alignment_sequence
in pysam.AlignedSegment
class, can HTSeq do the same things?
I'm a bit confused, can you provide a minimal example of what you are trying to do? If you can do it with pysam
already, what's the matter? HTSeq
uses pysam anyway...
OK, I just try to use HTSeq only. Thank you and sorry for making you confuse.
I would like to compare the cigarstring of two segments, and query_alignment_sequence is very useful to ignore softclip bases. All these properties is in
pysam.AlignedSegment
API, would you like to keep these property?