Skip to content

Instantly share code, notes, and snippets.

View eilidh-t's full-sized avatar

Eilidh Troup eilidh-t

  • University of Edinburgh
  • Edinburgh
View GitHub Profile
@eilidh-t
eilidh-t / connect_to_remote_omero.py
Created November 8, 2017 16:25 — forked from will-moore/connect_to_remote_omero.py
Tests connecting to a remote OMERO server from within an OMERO.script on a local server.
# From e-mail: http://lists.openmicroscopy.org.uk/pipermail/ome-devel/2017-October/004076.html
# We upload and run an OMERO.script
# that can connect to another remote OMERO server.
from omero.gateway import BlitzGateway
import omero
USERNAME = "root"