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

Allow custom ploidy regions in HaplotypeCaller #8464

Closed
wants to merge 8 commits into from

Commits on Nov 29, 2023

  1. creates multiple enginges to handle different ploidies

    Finish changes to HaplotypeCaller to add ploidy-regions flag allowing variable ploidy
    
    Change IntervalFileFeature interface to NamedFeature for htsjdk dependency
    
    Address comments for draft PR
    
    Make a few changes and refactors based on comments
    Ty Kay authored and rickymagner committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4852f49 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

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

Commits on Dec 7, 2023

  1. Extracted a cache of Genotypers indexed by ploidy (#8598)

    * Introduced a new class MulitPloidyGenotyperCache which keeps track of multiple GenotypingEngines that have different ploidy values.  
    * minor refactoring in related classes
    * removed an unused type parameter from GenotypingEngine
    lbergelson committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4cf1052 View commit details
    Browse the repository at this point in the history
  2. woops.... (#8605)

    * fix npe
    
    * update comment and re-enable test
    lbergelson committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d3d5ec5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b75dcb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d3ea43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfa1abd View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

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