-
Notifications
You must be signed in to change notification settings - Fork 22
BR: HMMRATAC fails due to SAM validation error? #49
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
Comments
Thanks for your comment. It seems that this is one of two places where i use samtools to read a bam file. Although in the other place i use a try/catch block to avoid these format errors, i forgot to add such a block to this particular piece of code. i will add that and release a new version that should solve this issue for you. I should be able to do this soon |
Thanks for your prompt response! Looking forward to trying this out. |
Version 1.2.10 should fix this issue. Let me know if it works for you. |
Thanks! Will try out and let you know. |
Thanks. It worked! |
Hello, I also have this problem in version 1.2.10, the specific code is as follows: Thanks for your help. |
have encountered the same problem and I would like to ask if you have solved it? |
Just to add, I have also come across this same error |
Were you able to figure this out @zyaiqy? I have the exact same error |
Describe the bug
HMMRATAC fails with this error message:
Here is the actual reads that HMMRATAC complained about:
To Reproduce
Only using these absolutely mandatory parameters:
--bam
,--index
,--genome
, and--output
. Nothing else.The dataset is 10x's public datasets: 500 PBMC from a healthy donor.
System (please complete the following information):
Thanks for your help.
The text was updated successfully, but these errors were encountered: