Package net.sf.samtools

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

Related Classes of net.sf.samtools.CRAMFileReader

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.