-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsing of the X CIGAR code in bam files #422
Comments
Sure, but I would need a detailed example to be sure to implement it properly |
Hi Jacques, Thank you for replying and agreeing to implement. I am working on a different project for now, so closing this request temporarily. Will re-open once I have data, examples and objectives to share. Thanks -Abhijit |
Hi @Juke34, I'd like to reopen this thread because I just ran into the same error. |
Hello,
Can
agat_convert_minimap2_bam2gff.pl
be modified to process theX
CIGAR code in some BAM files? I have aligned IsoSeq data to genome with minimap and I have a bam file with the =/X CIGAR code. After conversion to GFF I cannot see the percent identity and coverage of the IsoSeq mRNA on the genome, like I do for a GMAP output.Can the code be modified to handle the
X
CIGAR class?Thanks
Abhijit
The text was updated successfully, but these errors were encountered: