Skip to content

[Bioc-devel] BiocParallel-devel error

2 messages · Valerie Obenchain

#
Hi Thomas,

Just wanted to let you know I saw this and am looking into it.

Valerie
On 09/20/2014 02:54 PM, Thomas Girke wrote:
#
Hi,

Martin and I looked into this a bit. It looks like a problem with 
handling an 'undefined error' returned from a worker (i.e., job did not 
run). When there is a problem executing the tmpl script no error message 
is sent back. The NULL is coerced to simpleError and becomes a problem 
downstream when the error processing is expecting messages of length > 0.

You can reproduce the error by putting a typo in the script. For example 
replace R with something bogus such as MYR in this line:

MYR CMD --no-save --no-restore "<%= rscript %>" /dev/stdout

You said the script worked with release but not devel. Is it possible 
there's a problem with how R devel is being called on the cluster?

Michel Lang (cc'd) implemented BatchJobs in BiocParallel. I'd like to 
get his opinion on how he wants to handle this type of error.
Michel, let me know if you need more details, I can send another example 
off-line.

Valerie
On 09/22/2014 02:58 PM, Valerie Obenchain wrote: