Package net.sf.cram.stats

Examples of net.sf.cram.stats.CompressionHeaderFactory


      long globalRecordCounter, SubstitutionMatrix substitutionMatrix,
      boolean AP_delta) throws IllegalArgumentException,
      IllegalAccessException, IOException {
    // get stats, create compression header and slices
    long time1 = System.nanoTime();
    CompressionHeader h = new CompressionHeaderFactory().build(records,
        substitutionMatrix);
    h.AP_seriesDelta = AP_delta;
    long time2 = System.nanoTime();

    h.readNamesIncluded = preserveReadNames;
View Full Code Here

TOP

Related Classes of net.sf.cram.stats.CompressionHeaderFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.