Skip to content

bigdatagenomics/bdg-formats

Repository files navigation

bdg-formats

Build Status Maven Central API Documentation

Summary

Big Data Genomics (BDG) bdg-formats provides Apache Avro schema for genomic data such as genomic sequences, reads, alignments, variants/genotypes, and features. The schema are used to generate a library of Java code used by downstream projects such as ADAM, Cannoli, and Mango.

Using bdg-formats

Add the following dependency to your Maven build:

<dependency>
  <groupId>org.bdgenomics.bdg-formats</groupId>
  <artifactId>bdg-formats</artifactId>
  <version>${version}</version>
</dependency>

Building bdg-formats

Install Apache Maven version 3.3.3 or later.

$ mvn package

License

bdg-formats is released under an Apache 2.0 license.