Page 1 of 1

OMEROweb Connection and Search Service

PostPosted: Tue Mar 01, 2011 8:38 pm
by icaoberg
From script I can create a search service
Code: Select all
search = client.sf.createSearchService()


I want to do the same in an OMEROweb app. But I start with
Code: Select all
conn = getBlitzConnection( request )


Is there a way to create a search service directly from a connection?

Ivan

Re: OMEROweb Connection and Search Service

PostPosted: Tue Mar 01, 2011 9:02 pm
by cxallan
Yes. An introduction to the OMERO.web and OMERO Python gateway is here:

http://trac.openmicroscopy.org.uk/ome/w ... Py/Gateway