-
Notifications
You must be signed in to change notification settings - Fork 1
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
Downloader for array designs fails silently #23
Comments
I cannot find the download logic for this... any ideas @suhaibMo @alfonsomunozpomer ? Maybe inside the scala par? |
Tags found at the end of the Array design file A-AFFY-141 which is related to the above failing silently
|
There’s an error in the download, and the server gives you back the error page, instead of whatever you asked. Have you found out what URL is being requested? |
This happens randomly per release on different files, I think that the HTML that you see is the EBI's loadbalancer giving you its message after the accepted timeout. What should happen though is that the scala code should be sending this to the stderr and not to the stdout that is using to write the file, and probably emit an error code, instead of failing silently. Apparently on a re-try it appends, leaving the actual content after the HTML error. |
This time it happened for a human array. |
The first thing to know would be the URL and see if the server is returning an appropriate error code. |
Maybe I’m stating the obvious (this code is all very foreign to me), but it looks like the code is populating the array designs from BioMart, so the first thing should be to know the URL is constructed from the BioMart URL template in |
We have seen cases where array design downloads fail silently, generating an file full of HTML errors instead of a proper design file, but not failing in the process: it should either exit with an error code or retry and then fail.
Output for a recent download of oryza_indica array design A-AFFY-126 produces:
The text was updated successfully, but these errors were encountered: