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

[VS-693] Add support for VQSR Lite to GvsCreateFilterSet #8157

Merged
merged 24 commits into from
Feb 2, 2023

Commits on Oct 17, 2022

  1. Added a new suite of tools for variant filtering based on site-level …

    …annotations. (#7954)
    
    * Adds wdl that tests joint VCF filtering tools (#7932)
    
    * adding filtering wdl
    
    * renaming pipeline
    
    * addressing comments
    
    * added bash
    
    * renaming json
    
    * adding glob to extract for extra files
    
    * changing dollar signs
    
    * small comments
    
    * Added changes for specifying model backend and other tweaks to WDLs and environment.
    
    * Added classes for representing a collection of labeled variant annotations.
    
    * Added interfaces for modeling and scoring backends.
    
    * Added a new suite of tools for variant filtering based on site-level annotations.
    
    * Added integration tests.
    
    * Added test resources and expected results.
    
    * Miscellaneous changes.
    
    * Removed non-ASCII characters.
    
    * Added documentation for TrainVariantAnnotationsModel and addressed review comments.
    
    Co-authored-by: meganshand <[email protected]>
    2 people authored and rsasch committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    ccc68f8 View commit details
    Browse the repository at this point in the history
  2. Added toggle for selecting resource-matching strategies and miscellan…

    …eous minor fixes to new annotation-based filtering tools. (#8049)
    samuelklee authored and rsasch committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    78fdd8d View commit details
    Browse the repository at this point in the history
  3. Adding use_allele_specific_annotation arg and fixing task with empty …

    …input in JointVcfFiltering WDL (#8027)
    
    * Small changes to JointVCFFiltering WDL
    
    * making default for use_allele_specific_annotations
    
    * addressing comments
    meganshand authored and rsasch committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    c95945c View commit details
    Browse the repository at this point in the history
  4. first stab

    rsasch committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    3b61d7c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. wire through WDL changes

    rsasch committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    fc1c11e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18c33de View commit details
    Browse the repository at this point in the history
  3. fixed typo

    rsasch committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    19fa6c3 View commit details
    Browse the repository at this point in the history
  4. set model_backend input value

    rsasch committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    971d82f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b888432 View commit details
    Browse the repository at this point in the history
  6. typo in indel_annotations

    rsasch committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    86d63c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. make model_backend optional

    rsasch committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    1b1ebf5 View commit details
    Browse the repository at this point in the history
  2. tabs and spaces

    rsasch committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    6b5c879 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72a9d93 View commit details
    Browse the repository at this point in the history
  4. use gatk 4.3.0

    rsasch committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    d525fca View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

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

Commits on Oct 24, 2022

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

Commits on Jan 4, 2023

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

Commits on Jan 6, 2023

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

Commits on Jan 9, 2023

  1. implementing the separate schemas for the VQSR vs VQSR-Lite branches,…

    … including Java changes necessary to produce the different tsv files
    koncheto-broad committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    95cad2e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

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

Commits on Jan 17, 2023

  1. Update GvsCreateFilterSet.wdl

    cleaning up verbiage
    koncheto-broad committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    3320837 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Removed mapping error rate from estimate of denoised copy ratios outp…

    …ut by gCNV and updated sklearn. (#7261)
    samuelklee authored and koncheto-broad committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    bfb1a28 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

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

Commits on Jan 30, 2023

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