1 Feb
2012
1 Feb
'12
9:14 a.m.
Hi all, I'm working on a test setup using an SGE cluster. During start of run.sh up I see: galaxy.jobs ERROR 2012-02-01 15:03:14,164 Job runner is not loadable: galaxy.jobs.runners.drmma Traceback (most recent call last): File "/data/galaxy/galaxy-central/lib/galaxy/jobs/__init__.py", line 1187, in _load_plugin module = __import__( module_name ) ImportError: No module named drmma According to this wiki page, Galaxy provides the DRMMA egg: http://wiki.g2.bx.psu.edu/Admin/Config/Performance/Cluster However, Galaxy is not downloading a DRMAA egg, in fact there are none here: http://eggs.g2.bx.psu.edu/DRMAA_python/ Is this a documentation problem? Or a just missing egg? Should I scramble it myself locally? Thanks, Peter