Replies: 1 comment
-
|
Hi Mike, so i made this pr with 32mb max range size by forcing large byte range requests to be split into several smaller ones. #5576 I think it will help with your case It looks like you are on a pretty old version of jbrowse now, if it is desirable i can potentially backport this PR to v3.2.0 older version or help with upgrade to latest |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @cmdcolin and thanks in advance for your help,
Suppose we have a BAM with sparse and uneven coverage and in some loci there is excessive coverage (e.g. >5M reads). In these situations we tend to see something like the following error
In these situations I am wondering if there is something like a coverage limit such that JBrowse will fetch up until a certain amount of reads and display what it was able to fetch with some sort of warning. Rather than what I assume can happen otherwise where JBrowse is fetching all the reads but not necessarily displaying all of them depending on the configuration.
Or in general I wonder if you recommend an existing configuration to deal with this. The best I could think of otherwise would be to do something like downsample, which is doable but obviously less convenient.
Thanks,
Mike
Beta Was this translation helpful? Give feedback.
All reactions