Changeset 22686


Ignore:
Timestamp:
03/09/10 11:55:56 (17 months ago)
Author:
fhu
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modmine/webapp/src/org/modmine/web/MetadataCache.java

    r22641 r22686  
    9898 
    9999    /** 
    100      * Fetch GBrowse tracks per submission fpr display. This updates automatically from the GBrowse 
     100     * Fetch GBrowse tracks per submission for display. This updates automatically from the GBrowse 
    101101     * server and refreshes periodically (according to threshold).  When refreshing another process 
    102102     * is spawned which will update tracks when finished, if GBrowse can't be accessed the current 
     
    599599    private static void readExperiments(ObjectStore os) { 
    600600        long startTime = System.currentTimeMillis(); 
    601 //        Map <String, Map<String, Long>> featureCounts = getExperimentFeatureCounts(os); 
    602         Map <String, Map<String, Long>> featureCounts = getUniqueExperimentFeatureCounts(os); 
     601        Map <String, Map<String, Long>> featureCounts = getExperimentFeatureCounts(os); 
     602//        Map <String, Map<String, Long>> featureCounts = getUniqueExperimentFeatureCounts(os); 
    603603        Map <String, Map<String, Long>> uniqueFeatureCounts = getUniqueExperimentFeatureCounts(os); 
    604604 
Note: See TracChangeset for help on using the changeset viewer.