Show
Ignore:
Timestamp:
06/10/10 15:08:49 (2 years ago)
Author:
martijn
Message:

Quality Control tool for checking quality of new BridgeDerby builds. Put it in separate module

Location:
trunk/org.bridgedb.tools.qc
Files:
6 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/org.bridgedb.tools.qc/src/org/bridgedb/tools/qc/BridgeQC.java

    r321 r403  
    1 package org.bridgedb.util; 
     1package org.bridgedb.tools.qc; 
    22import java.io.File; 
    33import java.sql.Connection; 
     
    1515 * Utility to do simple quality control on a BridgeDerby database. 
    1616 * Run with two parameters: [old database] and [new database] 
    17  * Some basic comparisons will be done, which servers as a sanity check 
     17 * Some basic comparisons will be done, which serves as a sanity check 
    1818 * that not suddenly a whole identifier system has gone missing. 
    1919 * <p>