Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes to load properly VCF samples dict from _samples.avro #9

Open
wants to merge 4 commits into
base: genotypes-rdd
Choose a base branch
from

Commits on May 20, 2016

  1. [ADAM-909] Refactoring variation RDDs.

    Resolves bigdatagenomics#909:
    
    * Refactors `org.bdgenomics.adam.rdd.variation` to add `GenomicRDD`s for
      `Genotype`, `Variant`, and `VariantContext`. These classes write
      sequence and sample metadata to disk.
    * Refactors `ADAMRDDFunctions` to an abstract class in preparation for
      further refactoring in bigdatagenomics#1011.
    * Added `AvroGenomicRDD` trait which consolidates Parquet + Avro metadata
      writing code across all Avro data models.
    fnothaft committed May 20, 2016
    Configuration menu
    Copy the full SHA
    8f58e5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ecfae9 View commit details
    Browse the repository at this point in the history
  3. Fixes for unittest issues.

    fnothaft committed May 20, 2016
    Configuration menu
    Copy the full SHA
    4476c1c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2016

  1. Configuration menu
    Copy the full SHA
    9c9e638 View commit details
    Browse the repository at this point in the history