Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. import omero
  2. compounds = unwrap(q.projection(("select distinct mv1.value, mv2.value from Image i "
  3. "join i.annotationLinks l1 join l1.child as a1 join a1.mapValue as mv1 "
  4. "join i.annotationLinks l2 join l2.child as a2 join a2.mapValue as mv2 "
  5. "join i.wellSamples ws join ws.well w join w.plate p "
  6. "where p.id = 4403 and mv1.name = 'Product Use Annotation' and mv2.name = 'Compound Name'"), None))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement