Changeset 20760
- Timestamp:
- 02/03/10 11:18:55 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bio/webapp/src/org/intermine/bio/web/logic/OrthologueConverter.java
r20758 r20760 115 115 } 116 116 pathQuery.addConstraint(bagType, Constraints.in(objectList)); 117 pathQuery.setView( bagType + ".id");117 pathQuery.setView("Gene.homologues.homologue.id"); 118 118 pathQuery.syncLogicExpression("and"); 119 119 PathQueryExecutor executor = im.getPathQueryExecutor(profile);
Note: See TracChangeset
for help on using the changeset viewer.
