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
Hi @cangfengzhe, sorry for the late response. I just wanted to let you know that we're currently looking into overhauling how we handle local files. So it's possible that your problem will be resolved in the near future.
https://github.com/chmille4/bam.iobio.io/blob/a93eab9f565f51d90c3dac827ebba64a8abce169/js/bam.iobio.js/bam.js#L43
when the bam has many @pg (more than 500), headLen = readInt(uncba, 4), headLen > uncba.length, so that got an error.
when remain few @pg(less than 50), got the correct result。
how to solve the problem.
The text was updated successfully, but these errors were encountered: