Package net.sf.cram.encoding.read_features

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


      case N:
        features.add(new RefSkip(zeroBasedPositionInRead + 1,
            cigarElementLength));
        break;
      case P:
        features.add(new Padding(zeroBasedPositionInRead + 1,
            cigarElementLength));
        break;
      case H:
        addHardClip(features, zeroBasedPositionInRead,
            cigarElementLength, bases, qualityScore);
View Full Code Here

TOP

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

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.