-
Notifications
You must be signed in to change notification settings - Fork 36
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
BamReader::SetCramReference #34
Comments
I'm wondering if there is some mismatch between the reference that was used for compressing and the reference used for fetching. If you find this is a bug with SeqLib, feel free to re-open, but I don't have enough info here to see that this is a SeqLib issue. |
Reopening as a note to self to fix the second CRAM issue you found (calling |
@walaj Hey, I ran into a very similar issue with freebayes and i am currently trying to get to the bottom of this. As i described in the freebayes issue already: it works, as long as the reference, that was used to encode the cram can be found at the exact same path, but if it is not at this path, it fails with
If you need anymore information I am happy to assist |
Hello, I'm unable to reliably read from a CRAM file when using
BamReader::SetCramReference()
.Since I'm able to get ~16750000 reads into the bam before I encounter this issue, would you say that this is more of an issue with the fasta I'm using?
The text was updated successfully, but these errors were encountered: