Examples of CRAMFileReader


Examples of net.sf.samtools.CRAMFileReader

   *         query or -1 if nothing was found.
   */
  private static int randomTestCramFileWithBaiIndex(File cramFile,
      File cramIndexFile, File refFile, int posMin, int posMax,
      int repeat, String sequenceName) {
    CRAMFileReader reader = new CRAMFileReader(cramFile, cramIndexFile,
        ReferenceSequenceFileFactory.getReferenceSequenceFile(refFile));

    int overhead = 0;

    Random random = new Random();
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.