Package net.sf.cram

Examples of net.sf.cram.Cram2BamRecordFactory.create()


    long c2sTime = 0;

    for (CramRecord r : cramRecords) {
      long time = System.nanoTime();
      SAMRecord s = c2sFactory.create(r);
      c2sTime += System.nanoTime() - time;
      if (!r.segmentUnmapped)
        Utils.calculateMdAndNmTags(s, refs, restoreMDTag, restoreNMTag);

      s.setValidationStringency(validationStringency);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.