-
Notifications
You must be signed in to change notification settings - Fork 25
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
Error whilst querying BigWig file: "got an error in bwStatsFromZoom" #20
Comments
Weird, I'll have too have a look at this. Note that it might take me a bit of time as I'm off for vacation tomorrow. |
Thanks for looking into it. Don't worry about speed of response. Have a nice vacation! |
Please check the |
That seems to work. I'm not sure of any other problematic BigWig files yet
but I think you can call this squished
…On 15 March 2017 at 22:30, Devon Ryan ***@***.***> wrote:
Please check the fix20 branch, which at least fixes this exact example.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAK5GUh9lAo2qCfRQe-PIrZN5feTalIuks5rmGaQgaJpZM4MeGNt>
.
|
Cool, when I have time I'll try to figure out what the heck is up with the other issue you reported (for whatever reason, curl was only asking for 8 bytes at a time, which made everything take ages). Once those are both fixed I'll push out a new release. |
That's great news thank you
…On Thu, 16 Mar 2017 at 07:25, Devon Ryan ***@***.***> wrote:
Cool, when I have time I'll try to figure out what the heck is up with the
other issue you reported (for whatever reason, curl was only asking for 8
bytes at a time, which made everything take ages). Once those are both
fixed I'll push out a new release.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAK5GbWnpzr8thpoFO7zoQmjFh7RgaK2ks5rmOP6gaJpZM4MeGNt>
.
|
I'll close this down as well since 33d436b seems to fix everything |
I also have similar issue while trying to view a large region, but not small region...but sometimes I don't get this error. Is it possible to print out the fail reason? Thanks.
|
"Operation now in progress" is the full error message and corresponds to libcurl setting |
Thank you. I am not using the python wrapper. Just single C binary file, but it didn't happen every time. Thanks again. |
Whilst querying for stats from a BigWig file from the Ensembl FTP site I got an error from libBigWig. I found it first in my Perl bindings but I've been able to replicate this in C below:
This was compiled using
cc -g -Wall -O3 -Wsign-compare -o query query.c libBigWig.a -lcurl -lm -lz
. When run the error I currently get back isWhen I switch to requesting full stats the message goes away. The BigWig file in question is a coverage plot from a BAM file and was created using the kent utils. I've also checked with the kent binaries and it's able to report statistics for the requested region.
Any help is appreciated.
The text was updated successfully, but these errors were encountered: