All Downloads are FREE. Search and download functionalities are using the official Maven repository.

htsjdk.beta.plugin.reads.ReadsCodec Maven / Gradle / Ivy

There is a newer version: 4.1.3
Show newest version
package htsjdk.beta.plugin.reads;

import htsjdk.beta.plugin.HtsCodec;
import htsjdk.beta.plugin.HtsContentType;

/**
 * Base class for all {@link HtsContentType#ALIGNED_READS} codecs.
 */
public interface ReadsCodec extends HtsCodec {

    @Override
    default HtsContentType getContentType() { return HtsContentType.ALIGNED_READS; }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy