2 Sep
2010
2 Sep
'10
7:32 p.m.
hi, I'm writing some wrappers to connect galaxy with some scripts/programs. I can't understand why, for some, the job in the history never end.
Hi Raf,
It looks like the job is probably setting metadata on the output dataset. How big is this output and how long have you waited? You may also want to try setting:
set_metadata_externally = True
in universe_wsgi.ini.
Thanks, --nate
Yes, the job produces a big file...some GB; I don't know how long it takes because after 5 hours I've stopped the task. You are right, setting metadata in separate processes makes the process responsive... Thank you!!!! :) raf