We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Artem,
I have a SAM file that can be converted to BAM fine with samtools but segfaults when running sambamba (0.4.7 and 0.5.0). I stuck it up here:
https://dl.dropboxusercontent.com/u/2822886/sambamba/test.sam
The command that segfaults is:
sambamba view --format=bam -S test.sam > test.bam
Let me know if I can provide any other information that might be helpful. Thanks!
The text was updated successfully, but these errors were encountered:
9cbc863
Thanks for the test case, it turned out that the case when base quality string is * was not handled.
*
Sorry, something went wrong.
Thanks for the fast fix, you're a beast.
No branches or pull requests
Hi Artem,
I have a SAM file that can be converted to BAM fine with samtools but segfaults when running sambamba (0.4.7 and 0.5.0). I stuck it up here:
https://dl.dropboxusercontent.com/u/2822886/sambamba/test.sam
The command that segfaults is:
Let me know if I can provide any other information that might be helpful. Thanks!
The text was updated successfully, but these errors were encountered: