Examples of ReadFeatureCodec


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

  public BitCodec<List<ReadFeature>> buildCodec(CramHeader header,
      CompressionHeader compression,
      SequenceBaseProvider referenceBaseProvider,
      DefaultMutableTreeNode parent) throws CramException {

    ReadFeatureCodec codec = new ReadFeatureCodec();
    DefaultMutableTreeNode node = buildNode(codec, "Variations codec");
    parent.add(node);

    codec.inReadPosCodec = register(
        bitCodecFactory.buildLongCodec(compression
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.