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

avro.read.avdl Maven / Gradle / Ivy

The newest version!

@namespace("org.opencb.biodata.models.sequence")

protocol Reads {

    record Read {
      /** The read ID. */
      string id;

      /** The full read sequence. */
      string sequence;

      /** The full read quality. */
      string quality;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy