Changeset 16210

Show
Ignore:
Timestamp:
14/07/08 15:15:05 (1 month ago)
Author:
julie
Message:

count genes/proteins on protein domain enrichmetn widget, not protein domains

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/intermine/web/main/src/org/intermine/web/logic/WebUtil.java

    r15966 r16210  
    423423                double p = Hypergeometric.calculateP(countBag.intValue(), sampleTotal, 
    424424                                                     countAll.intValue(), populationTotal); 
     425 
    425426                try { 
    426427                    resultsMap.put(id, new BigDecimal(p));