You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to write a bam file using bam::Writer, but when i have set cigar, I found that the bam output's cigar is different with the CigarString I determined:
Here is my CigarString, I print the first Cigar println!("cigar0{:?}", cigar[0]);, it shows:
Hi!
I'm trying to write a bam file using bam::Writer, but when i have set cigar, I found that the bam output's cigar is different with the
CigarString
I determined:Here is my
CigarString
, I print the first Cigarprintln!("cigar0{:?}", cigar[0]);
, it shows:But when I check my bam file, this record shows:
And then I simulate a fake bam record like this:
And the above code will output this:
So I’m confused about this, why did
289573083
convert to21137627
? I want to hear yours advices .Thanks!
The text was updated successfully, but these errors were encountered: