Changeset 20802
- Timestamp:
- 05/03/10 14:55:52 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bio/tools/main/src/org/intermine/bio/logic/OrthologueLinkManager.java
r20788 r20802 58 58 public class OrthologueLinkManager 59 59 { 60 private static final boolean DEBUG = true;60 private static final boolean DEBUG = false; 61 61 private static OrthologueLinkManager orthologueLinkManager = null; 62 62 private static long lastCacheRefresh = 0; trunk/intermine/webapp/main/resources/webapp/WEB-INF/global.web.properties
r20788 r20802 80 80 # list of intermines 81 81 # used on the linkouts section of the list analysis page 82 # intermines.MINE_NAME = this mine name shouldmatch the `project.title` in your properties file82 # NOTE: name has to match the `project.title` in your properties file 83 83 84 84 intermines.modmine.url=http://intermine.modencode.org/query … … 89 89 90 90 intermines.flymine.url=http://preview.flymine.org/preview 91 intermines.flymine.name=FlyMine Preview91 intermines.flymine.name=FlyMine 92 92 intermines.flymine.logo=flymine_logo_link.gif 93 93 intermines.flymine.defaultOrganism=D. melanogaster
