Changeset 20760


Ignore:
Timestamp:
02/03/10 11:18:55 (2 years ago)
Author:
julie
Message:

fix path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bio/webapp/src/org/intermine/bio/web/logic/OrthologueConverter.java

    r20758 r20760  
    115115        } 
    116116        pathQuery.addConstraint(bagType, Constraints.in(objectList)); 
    117         pathQuery.setView(bagType + ".id"); 
     117        pathQuery.setView("Gene.homologues.homologue.id"); 
    118118        pathQuery.syncLogicExpression("and"); 
    119119        PathQueryExecutor executor = im.getPathQueryExecutor(profile); 
Note: See TracChangeset for help on using the changeset viewer.