Open pcm32 opened 5 years ago
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
Modernizr enables HTML5 elements & feature detects; Respond is a polyfill for min/max-width CSS3 Media Queries^M
This problem means that the service you are trying to access is currently unavailable. We're very sorry.</p>^M
chromium.org/developers/how-tos/chrome-frame-getting-started -->^M
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 BioMart.sc
and the array designs in each species in annsrcs/ensembl
.
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: