Package net.sf.cram.encoding.read_features

Examples of net.sf.cram.encoding.read_features.HardClip


      byte[] scores) {
    byte[] insertedBases = Arrays.copyOfRange(bases,
        zeroBasedPositionInRead, zeroBasedPositionInRead
            + cigarElementLength);

    HardClip v = new HardClip(zeroBasedPositionInRead + 1, insertedBases);
    features.add(v);
  }
View Full Code Here

TOP

Related Classes of net.sf.cram.encoding.read_features.HardClip

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.