On Sep 30, 2010, at 5:49 PM, Nate Coraor wrote:
Davide Cittaro wrote:
On Sep 28, 2010, at 1:55 PM, Davide Cittaro wrote:
Hi all, I'm running galaxy behind apache proxy.
I was manually changing the data type for some dataset from bed to bedgraph and galaxy was stuck... after that I got this error in the admin frame:
I'm trying to set the new type after importing into an history. Apparently it takes ages to set metadata... could this be the reason for the error?
Yes. Are you setting metadata externally?
set_metadata_externally = True
Yes, I am
$ grep set_metadata *.ini
universe_wsgi.ini:set_metadata_externally = True
universe_wsgi.runner.ini:set_metadata_externally = True
universe_wsgi.webapp.ini:set_metadata_externally = True
I'd also recommend setting:
retry_metadata_internally = False
I'll try this. Just a quick question: is this a set for the runner.ini or webapp.ini?