-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error in Process in calling methylation from aligned bam #36
Comments
Hi, Thank you for bringing this to our attention. It seems like the the end coordinate of read mapping to the reference doesnt not match with read length inferred from cigar string. Can you edit
with the following lines:
and then run DeepMod2? This will help us figure out what the cigar string and other info for the problematic read looks like. |
Hi there, Thanks for your advice!! Here's the output
I checked the first read in my bam file,
Read length:
I'd appreciate if you have any idea to solve this. Thank you so much!! |
Hi, this issue should be fixed now. I forgot to check for "=" operation when parsing the cigar string. Thanks for bringing this to our attention. |
Hi,
I am running detect command:
The alignment was done with
winnowmap
it raises error in
process.py
, part of the error looks like this:It looks like there's something wrong in reading the files. I appreciate any input to solve this. Thanks!!!
The text was updated successfully, but these errors were encountered: