Changeset 22686
- Timestamp:
- 03/09/10 11:55:56 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modmine/webapp/src/org/modmine/web/MetadataCache.java
r22641 r22686 98 98 99 99 /** 100 * Fetch GBrowse tracks per submission f pr display.This updates automatically from the GBrowse100 * Fetch GBrowse tracks per submission for display. This updates automatically from the GBrowse 101 101 * server and refreshes periodically (according to threshold). When refreshing another process 102 102 * is spawned which will update tracks when finished, if GBrowse can't be accessed the current … … 599 599 private static void readExperiments(ObjectStore os) { 600 600 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); 603 603 Map <String, Map<String, Long>> uniqueFeatureCounts = getUniqueExperimentFeatureCounts(os); 604 604
Note: See TracChangeset
for help on using the changeset viewer.
