[galaxy-dev] python environment on SGE cluster nodes

2017-05-08 Thread David Simpson
e to solve this by sourcing the dev tools for all our jobs: source /opt/rh/python27 enable Please could you advise on how to proceed? regards David -- David Simpson Systems Engineer MRC Centre for Neuropsychiatric Genetics and Genomics Cardiff University School of Medicine Hadyn Ellis Building M

Re: [galaxy-dev] python environment on SGE cluster nodes

2017-05-08 Thread David Simpson
Managed to get working by using On Mon, 2017-05-08 at 10:52 +0100, David Simpson wrote: Hi, We're close to having a working Galaxy job_conf.xml to submit galaxy jobs to an SGE cluster. At the moment a submitted job is failing with: python: error while loading shared libraries: libpyth

Re: [galaxy-dev] python environment on SGE cluster nodes

2017-05-09 Thread David Simpson
import (and_, func, join, not_, or_, select, true, type_coerce, ImportError: cannot import name true On Mon, 2017-05-08 at 14:24 +0100, David Simpson wrote: > Managed to get working by using /> > > > > On Mon, 2017-05-08 at 10:52 +0100, David Simpson wrote: > Hi, > >

Re: [galaxy-dev] python environment on SGE cluster nodes

2017-05-11 Thread David Simpson
le, in order to setup properties assigned by the mappers >   File "/c8000xd2/illumina-cnv- > galaxy/galaxy/lib/galaxy/model/__init__.py", line 21, in > from sqlalchemy import (and_, func, join, not_, or_, select, > true, > type_coerce, > ImportError: cannot import na