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

CLI & mappability filter for region join, custom exceptions #421

Closed
wants to merge 7 commits into from

Commits on Feb 16, 2015

  1. Configuration menu
    Copy the full SHA
    24e6426 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    955912c View commit details
    Browse the repository at this point in the history
  3. [ADAM-420] Adding a package for custom exceptions.

    Including UnmappedException as the first (typed) custom exception.
    
    This is so we can include/report better error messages from within ADAM
    processes.
    tdanford committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    2e6f4ca View commit details
    Browse the repository at this point in the history
  4. [ADAM-297] RegionJoin filters for mappability

    There are two changes here:
    
    1. RegionJoin.partitionAndJoin now pre-filters all records on either
    side of the join with a check that the records are mappable, and doesn't
    try to join those that aren't.
    
    2. RegionJoin attempts to catch the NPE that comes from having
    non-mappable records sneak through, and throws an UnmappedException
    instead.
    tdanford committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    3d212cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27d515e View commit details
    Browse the repository at this point in the history
  6. Add an include for FlatGenotype

    (don't know how/why this was dropped)
    tdanford committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    34e0fa1 View commit details
    Browse the repository at this point in the history
  7. Added a ReferenceMapping for Variant and Genotype.

    Also, fixed some imports in the CountReads class.
    tdanford committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    cbd5267 View commit details
    Browse the repository at this point in the history