-
Notifications
You must be signed in to change notification settings - Fork 31
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
500 server error when entering gene name in "Coordinate or gene name box" #38
Comments
After debugging more thoroughly this is due to the prepared SQL query above failing with the error:
So it seems that an |
I have rewritten the |
I have a semi-working search box now, at the expense of having the UCSC default gene names on the gene annotation track, but that can be fixed by adding another track with the real gene names and hiding the More severely however, issue #37 occurs when opening specific genes, so I do not think this is due to the bigWig files. For instance, in another set of bigWigs that work perfectly fine at Actb, when navigating away to another gene (Fezf2), the browser hangs and is stuck in |
The Currently it depends on four tables:
The script We saw bugs in bigWig file handling before that only happens at specific genomic regions, where the data does not meet some assumptions. It is also possible that #37 only happens when there is a specific structure in the bigWig file. Will be looking into it but if it's stuck in |
Understood, thanks for the background information. My rewrite of I'm curious what kinds of assumptions need to be met in the data, is there a particular flag or configuration change you for creating the bigWigs? Thanks. |
PHP error provided in
partialNames.php
:This happens for every gene name out of the box.
The text was updated successfully, but these errors were encountered: