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

org.opencb.biodata.models.sequence.Reads Maven / Gradle / Ivy

The newest version!
/**
 * Autogenerated by Avro
 * 
 * DO NOT EDIT DIRECTLY
 */
package org.opencb.biodata.models.sequence;

@SuppressWarnings("all")
@org.apache.avro.specific.AvroGenerated
public interface Reads {
  public static final org.apache.avro.Protocol PROTOCOL = org.apache.avro.Protocol.parse("{\"protocol\":\"Reads\",\"namespace\":\"org.opencb.biodata.models.sequence\",\"types\":[{\"type\":\"record\",\"name\":\"Read\",\"fields\":[{\"name\":\"id\",\"type\":{\"type\":\"string\",\"avro.java.string\":\"String\"},\"doc\":\"The read ID.\"},{\"name\":\"sequence\",\"type\":{\"type\":\"string\",\"avro.java.string\":\"String\"},\"doc\":\"The full read sequence.\"},{\"name\":\"quality\",\"type\":{\"type\":\"string\",\"avro.java.string\":\"String\"},\"doc\":\"The full read quality.\"}]}],\"messages\":{}}");

  @SuppressWarnings("all")
  public interface Callback extends Reads {
    public static final org.apache.avro.Protocol PROTOCOL = org.opencb.biodata.models.sequence.Reads.PROTOCOL;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy