You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On big-endian platforms, an apparent problem seems to make bamtools' bamReader.GetReferenceData() return a negative int32_t value as a reference sequence length.
I've attached a small example program bamtools_example.tar.gz to test on both platforms with the BAM file generated by the problematic test case in REAPR, and I can confirm that the problem occurs consistently.
On big-endian platforms, an apparent problem seems to make bamtools'
bamReader.GetReferenceData()
return a negativeint32_t
value as a reference sequence length.I've attached a small example program bamtools_example.tar.gz to test on both platforms with the BAM file generated by the problematic test case in REAPR, and I can confirm that the problem occurs consistently.
amd64:
mips:
Notice how
samtools view
shows the same length for both archs but the bamtools test program does not.The text was updated successfully, but these errors were encountered: