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

Restore 3 Gnarly tests #8892

Closed
wants to merge 910 commits into from
Closed

Restore 3 Gnarly tests #8892

wants to merge 910 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 13, 2023

  1. Add note that we deleted a VDS! (#8214)

    * deleted VDS
    
    * only one left
    RoriCremer committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    b09d909 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Vs 822 Add documentation for the work that we did on the latest itera…

    …tion of Delta (#8205)
    
    * Lees name
    
    * add vds validation script written by Tim
    
    * fix rd tim typo
    
    * make sure temp dir is set and not default for validate()
    
    * swap to consistent kebab case
    
    Co-authored-by: Miguel Covarrubias <[email protected]>
    
    * clean up validation
    
    * put init in the right place
    
    * add proper example to notes
    
    * update code formatting
    
    ---------
    
    Co-authored-by: Miguel Covarrubias <[email protected]>
    RoriCremer and mcovarr committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    3e5a756 View commit details
    Browse the repository at this point in the history
  2. Rc vs 822 gq0 documentation (#8240)

    * Lees name
    
    * add vds validation script written by Tim
    
    * fix rd tim typo
    
    * make sure temp dir is set and not default for validate()
    
    * swap to consistent kebab case
    
    Co-authored-by: Miguel Covarrubias <[email protected]>
    
    * clean up validation
    
    * put init in the right place
    
    * add proper example to notes
    
    * update code formatting
    
    * update review
    
    ---------
    
    Co-authored-by: Miguel Covarrubias <[email protected]>
    RoriCremer and mcovarr committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    291bfd0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Add a test exclusion for gvs scripts (#8250)

    * Don't run gatk tests when the only changes in a commit are in the scripts/variantstore directory.
    lbergelson committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    bb6806b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

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

Commits on Mar 27, 2023

  1. Rc vs 778 spike import limit (#8197)

    * laying framework for FOFN bulk import code
    
    * adding in terra notebook utils code
    
    * updating wdl
    
    * updating environment variables to make this work better
    
    * quotey McBetterQuotes
    
    * extra environment variables
    
    * normalizing variable name with other wdls that require it
    
    * gotta explicitly set WORKSPACE_NAMESPACE to the google project as well.  Apparently.
    
    * typoooooooooooooooooo
    
    * Didn't pipe the output files the entire way up
    
    * whoopsie
    
    * typo
    
    * two updates after testing:
    1. We do NOT want to assume that the sample ids we want are in the name field.  Pass that through as a parameter.
    2. We want to explicitly pause every 500 samples, as that's our page size.  It slows our requests down enough to not spam the backend server and hit 503 errors, although it does slow down the rate at which we can write the files if the dataset is too big.  Which shouldn't be a concern, because as long as it doesn't cause errors it is still a hands off process.
    3. We want to account to heterogenous data.  In AoU Delta, for instance, the control samples keep their vcf and vcf_index data in a different field.  This would cause the whole thing to fail if we weren't accounting for that explicitly, and now we generate an errors.txt file that will hold the row that we couldn't find the correct columns for so they can be examined later
    
    * silly mistake copying the functioning code over from the workbook
    
    * making script more robust against specifying imaginary columns in the data table and being slightly more informative in the output of the python script
    
    * increasing the size of the disk this is running on for the sake of efficiency (and handling larger callsets)
    
    * Passing errors up
    
    * update params
    
    * short term testing (rate lim)
    
    * make it only 25 shards!
    
    * add workspace id scraping
    
    * add workspace id scraping fixup
    
    * this is not functioning--need to curl in the wdl
    
    * clean up vcfs so we dont run out of space
    
    * add duplicates test to the shard loading
    
    * clean up namespace prep
    ---------
    
    Co-authored-by: Aaron Hatcher <[email protected]>
    RoriCremer and koncheto-broad committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    c0535f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e19ec0 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

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

Commits on Mar 29, 2023

  1. VS-849 - Use the annotation 'AS_MQ' for indels. (#8261)

    * Use the annotation 'AS_MQ' for indels.
    gbggrant committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    529b078 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

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

Commits on Apr 5, 2023

  1. VS-838. Remove the unneeded SCORE field from the filter_set_info_vqsr…

    … table (#8278)
    
    * Remove the unneeded SCORE field from the filter_set_info_vqsr table
    * Updated the docker images.
    gbggrant committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    23a64a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. VS-775 vat validation shards (#8175)

    * add queries for testing mismatched sites and variants across possible duplicates
    
    * still need to wire these through
    
    * plumb thru dup validation
    
    * dockstore for testing
    
    * update docker
    
    * add xtrace
    
    * better bool logic
    
    * clean up bash
    
    * okay  lets try ripping shit out to get this to work
    
    * okay lets put a few lines back
    
    * ok that worked, lets swap for better errors
    
    * short term remove clinvar
    
    * review changes
    
    * update docker
    
    * explain removal of clinvar test
    RoriCremer committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    e2b2e5c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. VS-883 - Add tests for extract cohort lite (#8284)

    * Adding tests for ExtractCohortLite.
    gbggrant committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    4ab6bde View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

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

Commits on Apr 16, 2023

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

Commits on Apr 18, 2023

  1. VS-885 - Fix VAT TSV (#8286)

    * Simple fix to have the header of the VAT tsv to use tab characters.
    gbggrant committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    dc8b800 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17afee4 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. VS-776. Update to latest version of VQSR Lite. (#8269)

    * Updated to latest version of VQSR Lite (from Master)
    * Ported tests and files for VQSR Lite over
    * Refactored VQSR Classic code into its own WDL
    gbggrant committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    f4a355c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

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

Commits on Apr 26, 2023

  1. VS-895. Add VQSR lite support to 'extract cohort by sample names' (#8298

    )
    
    * Add support for VQSR Lite to GvsExtractCohortFromSampleNames.wdl
    * Remove obsolete gatk override jar
    gbggrant committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    daeae13 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

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

Commits on May 2, 2023

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

Commits on May 5, 2023

  1. Add python script to our repo (#8282)

    * add python script to our repo
    
    * use the new python script!
    
    * remove whl from integration test
    
    * move script location for testing
    
    * remove the damn wheel!
    
    * add the replacement hail script
    
    * proper renaming
    
    * update docker
    RoriCremer committed May 5, 2023
    Configuration menu
    Copy the full SHA
    0b4e305 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Refactor to put 'Lite' functionality into ExtractCohort. (#8295)

    * Refactoring of ExtractCohortLite into ExtractCohort.
    gbggrant committed May 10, 2023
    Configuration menu
    Copy the full SHA
    834e6da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    928ffe9 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. VS-917. Update override jar in GvsJointCalling wdl to fix support iss…

    …ue. (#8312)
    
    * Update override jar to fix support issue.
    gbggrant committed May 11, 2023
    Configuration menu
    Copy the full SHA
    6a0b1a4 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Fix potential bug in VCF Integration test (#8316)

    * Fix bug in VCF Integration test
    gbggrant committed May 12, 2023
    Configuration menu
    Copy the full SHA
    316d013 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Bulk Ingest (#8301)

    * add Aarons changes
    
    * put terra token in python
    
    * id not bucket
    
    * hardcode for testing
    
    * do we need a new docker image?
    
    * set workspace info
    
    * pull in name from rawls
    
    * pass output locations
    
    * add back prepare
    
    * add GvsImportGenomes back
    
    * update python for grabbing cols
    
    * split methods for easier testing
    
    * set defaults, but allow optional overrides for sample table and id
    
    * add unit test for python column guessing
    
    * clean up python for testing
    
    * add proper docker
    
    * is this where the loop is coming from?
    
    * better names
    
    * remove testing artifact
    
    * add back problem lines to the test
    
    * throw out columns with values other than strings
    
    * set defaults in the right place
    RoriCremer committed May 17, 2023
    Configuration menu
    Copy the full SHA
    deadfc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b64a252 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

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

Commits on May 22, 2023

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

Commits on May 23, 2023

  1. VS-802. Add support for VQSR Lite to VDS generation. (#8322)

    * Update GvsExtractAvroFilesForHail.wdl to support VQSR Lite.
    * Update gvs_avros_to_vds.py script to handle VQSR Lite differences.
    gbggrant committed May 23, 2023
    Configuration menu
    Copy the full SHA
    0b83d1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85205fc View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. VS-924 - Have pipeline automatically differentiate between VQSR Lite …

    …and Classic (#8336)
    
    * Towards a better world where VQSR Lite and VQSR Classic coexist happily in filter_set_info table.
    * Implemented auto detection of VQSR Lite vs Classic in GvsExtractCallset.wdl
    * Implemented in GvsCalculatePrecisionAndSensitivity.wdl
    * Implemented in GvsExtractAvroFilesForHail.wdl
    * Fixed a minor but (in a failing integration test) that the VCFs we Extract when not filtering, contain a filter-specific line.
    * Update dockers to fix minor bug noted during integration testing.
    * Update truth path for integration test
    * Make VQSR Classic the default in hail_gvs_import.py
    gbggrant committed May 25, 2023
    Configuration menu
    Copy the full SHA
    55a471a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Update to the latest import_gvs() code (#8330)

    * add tims script wholecloth
    
    * add Tims script to integration test
    
    * add Tims script to vds creation wrapper
    
    * update docker image
    
    * update dockstore
    RoriCremer committed May 26, 2023
    Configuration menu
    Copy the full SHA
    40947ed View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. VS-943. Fix bug in summarize_monitoring_logs script (#8345)

    * Fix error in parsing monitoring log without a CPU
    * Migrate VQSR Lite updates from gvs_avros_to_vds.py to import_gvs.py.
    * Delete deprecated file.
    * Update dockers
    gbggrant committed May 30, 2023
    Configuration menu
    Copy the full SHA
    24b0ca1 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. VS-910 Handling ploidy issues in GVS (#8334)

    * generalizing the isGenotypeAllNonRef call to function when there aren't exactly 2 alleles
    
    * First pass fixing ingest code for multiple ploidies.  Tested and succeeded against modified quickstart example
    
    * modifying the alt_allele population queries to also put '1' and '2' into the "position1" group. This allows it to work for haploid entries, but NOT ploidies larger than 2.  We have to generalize to that later, if we need to support it
    
    * updating alt allele docker image and dockstore stuff
    
    * updating feature extraction for filter creation to work with "1" and "2"
    
    * generalizing no-call detection during extraction
    
    * Fixing how we write out the no call records so it doesn't assume it should write diploid data
    
    * Bringing back in my changes to the populate_alt_allele.py script post-merge (by updating the docker image)
    
    * code review feedback
    
    * updating the image for the python scripts
    
    * updating gatk docker image elsewhere
    
    * testing branch-specific version of integraiton test
    koncheto-broad committed May 31, 2023
    Configuration menu
    Copy the full SHA
    b24b508 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

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

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    c575ff8 View commit details
    Browse the repository at this point in the history
  2. VS-914 Add support for vqsr lite to integration test (#8324)

    * Update Integration Test to support both VQSR Classic and VQSR Lite.
    * Update path to latest truth.
    * Increase tolerance on cost check.
    * Add sort by alleles to ExtractFeaturesEngine to make inputs to VQSR consistent.
    * Allow for different cost and table size truth files for VCF and Hail integration.
    * Update GvsExtractAvroFilesForHail.wdl to support VQSR Lite.
    * Update dockers
    * Different truth directories for lite vs classic.
    gbggrant committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    0feb524 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

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

Commits on Jun 8, 2023

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

Commits on Jun 13, 2023

  1. wiring through the option for VQSR-Lite (#8353)

    * wiring through the option for VQSR-Lite and also whether they have tigher gcp quotas (while I'm there)
    
    * typos suck
    koncheto-broad committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    a191f2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b72ceb View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    1dafc33 View commit details
    Browse the repository at this point in the history
  2. Update gvs-quickstart.md (#8364)

    Added additional information about cost and runtime for larger sets of samples. Copied from beta workspace.
    kbergin committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9691e72 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

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

Commits on Jun 21, 2023

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

Commits on Jun 22, 2023

  1. VS-987 out of date docker (#8374)

    * Update to latest docker.
    (Couldn't find ExtractCohortToVcf in ExtractTask method in GvsExtractCallset.wdl)
    Used the official docker tag
    gbggrant committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    37fe914 View commit details
    Browse the repository at this point in the history
  2. ah_var_store housekeeping (#8377)

    - Change coordinates for xgboost artifact as the JCenter version has gone missing.
    - "Borrow" Chris Norman's work for freeing up space on the GHA runner.
    mcovarr committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    1ce25db View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

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

Commits on Jun 25, 2023

  1. Bulk Ingest with sample sets (#8325)

    * add sample sets as a pass thru
    
    * where do we want to get sample sets
    
    * add sample sets to wdl
    
    * overzealous
    
    * add sample sets to FOFN creation
    
    * add to dockstore for testing
    
    * wdl anger
    
    * clean up python script defaults
    
    * clean up wdl
    
    * add latest python script
    
    * okay what if its an older python
    
    * add sample set set
    
    * why cant i gsutil cp?
    
    * okay why is the line issue not working
    
    * make set
    
    * better naming for set
    
    * clean up todo
    
    * clean up todo comments
    
    * add list of remaining entity defining work
    
    * add entity type method
    
    * pass entitu info
    
    * better guesses
    
    * add entity set here
    
    * okay these are not good, they should get gutted and improved
    
    * better instructions to be mobbed on
    
    * add metadata for a few params of note
    
    * short term pass in entity types
    
    * add validation for file length
    
    * clean up unused var
    
    * un-optional non-optionals
    
    * better instructions
    
    * merge dupe tasks together
    
    * clean up fofn creation
    
    * add entity type validation
    
    * update docker image
    
    * can i wdl?
    
    * remove dead comments
    
    * more wdl
    
    * make sample_id optional
    
    * dont pass optional param
    
    * cmon bash
    
    * cmon bash 2
    
    * cmon bash hmmm test
    
    * remove all the text files to see if thats whats breaking it
    
    * add wc -l back
    
    * pr review on documentation
    
    * clean up testing
    
    * this needs better error msgs
    
    * remove silly debugging
    
    * more cleanup
    
    * moar documentation
    
    * add better error msgs
    
    * clean up whitespace
    
    * clean up documentation
    
    * write out the whole word!
    
    * trailing new line!
    
    * clean up FOFN creation
    
    * entity set should be optional
    
    * make sample sets optional
    
    * update readme with pr review
    
    * add more explicit failure mode to the python script when no vcf col is found
    
    * rename  bq_project_id
    
    * additional comments on the python code
    
    * update error options
    
    * update tests for python
    
    * move notes to the top of the python file
    
    * fix bug in python sets
    
    * update tests
    
    * only call tnu for the table list once
    
    * add valueerror test
    
    * new docker image
    RoriCremer committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    517da3d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    d7d1737 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    901644f View commit details
    Browse the repository at this point in the history
  3. doh (#8384)

    RoriCremer committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    500b88a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. VS-942. Fix an error where NO variants were found (#8388)

    * Fix a bug where there were NO variants in a range.
    gbggrant committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8813ed0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90aa0fd View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. VS-1000 - Migrate VQSR Classic Code to own WDL (#8393)

    * Migrated PopulateFilterSetTranches code from GvsCreateFilterSet.wdl to GvsVQSRClassic.wdl
    * Migrated PopulateFilterSetInfo code
    * Moved Warp tasks into GvsVQSRClassic.wdl
    gbggrant committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c13b8c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Pinning joblib to v1.1.1. (#8392)

    Co-authored-by: Jonn Smith <[email protected]>
    mcovarr and jonn-smith committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    17b0493 View commit details
    Browse the repository at this point in the history
  2. Move BigQuery classes [VS-971] (#8375)

    Move BigQuery classes [VS-971]
    mcovarr committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    09989de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e90d90e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. VS-1001 update dockers for google storage library update (#8401)

    * Update the dockers to handle new Google Storage Libray change
    * Update jar in GvsJointVariantCalling.wdl
    gbggrant committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    d42630f View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. VS-950 - Developer Documentation for running Exomes through GVS (#8398)

    * Add developer's Exome documentation.
    * Update documentation to reference (and explain) the interval list we are really using.
    gbggrant committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b240348 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

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

Commits on Jul 14, 2023

  1. VS-1007 - Use default names for VQSR-Lite generated code. (#8412)

    * Remove some unused VCF header fields from ExtractFeatures
    * Renaming VQS_SENS and related constants back to 'CALIBRATION_SENSITIVITY' (as it is named by VQSR Lite) to reduce confusion.
    * Update dockers and override jar
    * Updated truth path for integration tests
    gbggrant committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    7a144d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. VS-1009 Add SCORE to VQSR Lite VCF (#8423)

    * Add the VQSR Lite field 'SCORE' to the data model
    - Pull it from the VCFs exported from VQSR Lite and store it in the model
    * Add code to put SCORE in the extracted VCF
    * Pass the gatk_override to VQSRClassic wdl (oops)
    * Update truth for integration test to include VQSR Lite VCFs with 'SCORE' field in them
    * Update VQSR Lite avro file and test data to include SCORE field.
    * Updated dockers and override jar
    gbggrant committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d37e34b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

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

Commits on Aug 3, 2023

  1. pin hail version in the integration test (#8424)

    * pin hail version
    
    * update dockstore for testing
    
    * update correct file
    RoriCremer committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f839eb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Kd GVS bulk ingest docs (#8397)

    * Updating beta docs to reflect bulk ingest
    
    * Removing mentions of sample sets, making the bucket hash fake
    
    * Apply suggestions from Miguel code review
    
    Co-authored-by: Miguel Covarrubias <[email protected]>
    
    Co-authored-by: Bec Asch <[email protected]>
    
    ---------
    
    Co-authored-by: Kylee Degatano <[email protected]>
    Co-authored-by: Miguel Covarrubias <[email protected]>
    Co-authored-by: Kylee Degatano <[email protected]>
    Co-authored-by: Bec Asch <[email protected]>
    5 people committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    189242c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    597f75e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b96dce0 View commit details
    Browse the repository at this point in the history
  4. dockstore

    rsasch authored and mcovarr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    65aea7f View commit details
    Browse the repository at this point in the history
  5. more dockstore

    rsasch authored and mcovarr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    94c86dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3cb94c7 View commit details
    Browse the repository at this point in the history
  7. VS-991. Wire interval list from Joint Calling through to other workfl…

    …ows #8426 (#8429)
    
    * VS-991. Wire interval list from Joint Calling through to other workflows
    - Defaulting to WGS.
    - Note that I had to thread the weighted bed file through (and a flag to use it). As this will also be needed to run exomes.
    gbggrant authored and mcovarr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    5ba5b89 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    434206d View commit details
    Browse the repository at this point in the history
  9. VS-1004. Increasing max auto batch size to 25K to allow for larger be…

    …ta sets. (#8446)
    
    * Increasing max auto batch size to 25K to allow for larger beta sets.
    gbggrant authored and mcovarr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    2c9534d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    118ede9 View commit details
    Browse the repository at this point in the history
  11. Update override jar in bulk ingest staging (#8451)

    * Update Override Jar in this here branch.
    gbggrant authored and mcovarr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    4a209b8 View commit details
    Browse the repository at this point in the history
  12. VS-931 Exome integration test on bulk ingest staging (#8448)

    * Added Exome Integration Test on bulk_ingest_staging branch
    * Set up to pull exome test data from data table.
    * Pin the hail version to 0.2.119
    gbggrant authored and mcovarr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    c837ad7 View commit details
    Browse the repository at this point in the history
  13. VS-1004 Changes to make benchmarking VQSR Classic possible. (#8452)

    * Allow VQSR Classic Memory overrides to be passed from GvsJointVariantCalling.wdl to GvsCreateFilterSet.wdl.
    Increase memory overhead on a couple of tasks in GvsVQSRClassic.wdl
    
    * A rough memory step function for SNPsVariantRecalibratorCreateModel
    
    * Add branch name to the integration tests.
    gbggrant authored and mcovarr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    c5724cb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1190e80 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a7585bf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2eda6c5 View commit details
    Browse the repository at this point in the history
  17. Update GVS docs with VETS information (#8466)

    * first draft of updated docs
    
    * update list of tools used for filtering
    
    * updating annotations list and adding pdf
    
    * Updating diagram to remove reference to VQSR
    
    * Realized there were some GATK docs I could reference for each tool
    
    * updating workspace description as well
    
    * adding blurb about change to vets
    kbergin authored and mcovarr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3d48f01 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. update Dockers

    mcovarr committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    98a22c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

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

Commits on Aug 16, 2023

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

Commits on Aug 21, 2023

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

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    95dd23f View commit details
    Browse the repository at this point in the history
  2. Add more disk space to extract (#8473)

    * update dockstore
    
    * bump up mem size for extract
    
    * add a lil step for disk size
    
    * use gatk docker
    
    * Miguels update to gate
    
    Co-authored-by: Miguel Covarrubias <[email protected]>
    
    ---------
    
    Co-authored-by: Miguel Covarrubias <[email protected]>
    RoriCremer and mcovarr committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3b44722 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f30597a View commit details
    Browse the repository at this point in the history
  4. Make extract backwards compatible with the new schema (#8488)

    * update query
    
    * update docker
    
    * remove comment until this works
    
    * remove comment until this works AGAIN
    
    * remove dockstore branch
    RoriCremer committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    82568b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Initial updates to bulk ingest docs with 25k run (#8475)

    * initial updates to bulk ingest docs with 25k run
    
    * Adding final cost numbers for 25k run
    
    * responding to review comments
    kbergin committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    da42d34 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Notes from the hail meeting to track improvements (#8498)

    * do we even use this anywhere?
    
    * add Dan King notes
    RoriCremer committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6cc161c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ee10e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    f2b8edd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e26a3dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08dd603 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    771df9a View commit details
    Browse the repository at this point in the history
  5. Dockstore

    mcovarr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    414849a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    960ef17 View commit details
    Browse the repository at this point in the history
  7. copy script

    mcovarr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5c3d571 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b2ef240 View commit details
    Browse the repository at this point in the history
  9. VS-1029 Fix naming errors in hail_gvs_import script (#8487)

    * Fix naming errors in python script inputs
    * Updates to VAT documentation to add the (painful but necessary) deduplication process.
    gbggrant committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7155e0c View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    34ed02e View commit details
    Browse the repository at this point in the history
  2. PR feedback

    mcovarr committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    5eb4528 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    085efa4 View commit details
    Browse the repository at this point in the history
  4. update Dockers

    mcovarr committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    41f19e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    a4bed50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8427ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9af6e15 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

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

Commits on Sep 11, 2023

  1. Update hail version to 120 in Integration test VS 1025 (#8502)

    * update hail version to 120
    
    * remove experimental combiner
    
    * update import_vcf
    
    * explain why no empty arrays
    
    * pr review edits
    RoriCremer committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0c8cd41 View commit details
    Browse the repository at this point in the history
  2. VS-1024 beta workflow for exomes (#8515)

    * Update GvsJointVariantCalling to use is_wgs boolean to set interval_list appropriately
    * Updated integration tests with new is_wgs parameter and friends.
    * input error checking.
    * Add an Exomes beta Workflow Description document.
    gbggrant committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    2dc324c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    689ad30 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. VS-1047 remove --location=US in bq command calls (#8519)

    * Remove --location=US from GvsCreateVATfromVDS.wdl
    * Remove --location=US from GvsUtil.CountSuperpartitions
    * Removed remaining usages of --location=US (in old Arrays code)
    gbggrant committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    bfdcf12 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Make a VDS (how to / how do we even) for VS-1026 (#8513)

    * better docs
    
    * add to vds creation documentation
    
    * review updates
    RoriCremer committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    62e56c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Vs-327 (#8507)

    * Implementation of the Java that uses the new padded lists
    
    * dockstore changes
    
    * comments to testing location isn't left behind
    
    * updating documentation and helper scripts
    
    * clearing up comments
    
    * Updating a test
    
    * Updating another test bed file
    
    * accounting for the annoying start of interval shift
    
    * pr feedback
    
    * updating gatk docker
    
    * more pr feedback. Removing arguments.  Preparing integration run
    
    * quickstart updates
    
    * quickstart updates
    
    * updating to use a padded version of original list for faster testing
    
    * switching to new truth data folder
    
    * I died a little inside, but I changed all of the variables in close_bed_file_gaps.py to use snake case to mAkE mIgUeL hApPy :-/
    koncheto-broad committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    878dcba View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. VS-974 - Better error on GvsCreateFilterSet.PopulateFilterSetInfo (#8530

    )
    
    * Show more explicitly the error (if there was one) in bq at the end of GvsUtils.PopulateFilterSetInfo
    gbggrant committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    269bd95 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

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

Commits on Sep 28, 2023

  1. VS-1056 support import of PS (#8531)

    * Added support for the PS field in GVCF files.
    * Update tests to handle new call_PS field
    gbggrant committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    d27c412 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    c28b058 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44054fb View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. VS-1059 Add Phasing information to Avro files (#8536)

    * Add Phasing to GvsExtractAvroFilesForHail.wdl
    gbggrant committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    6d48223 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1dece8 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

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

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    a5d8dac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    062776e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80034d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6529d8e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    f1b9553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e09afef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f64f9b1 View commit details
    Browse the repository at this point in the history
  4. VS-857 - Add ability to drop GQ0 ref state and no calls. (#8538)

    * Add some more tests to CreateVariantIngestFilesIntegrationTest.java
    * Have code ignore no-calls (./.) since it's treating them as GQ0 in the case where we are ignoring GQ0.
    * Have Hail Integration tests use drop_state GQ0.
    gbggrant committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    4f75a5b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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

Commits on Oct 12, 2023

  1. VS-857. Change default behavior of GvsBulkIngestGenomes.wdl to drop s…

    …tate NONE. (#8550)
    
    * VS-857. Change default behavior of GvsBulkIngestGenomes.wdl BACK to not dropping GQ0 ref blocks.
    Updated AoU documentation to say we need to do it there (as an input).
    * Add some maxRetries to CreateAndTieOutVDS task in Hail Integration task.
    gbggrant committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    ceadce0 View commit details
    Browse the repository at this point in the history
  2. Vs 1063 bit pack ref ranges data into a more efficient representation (

    …#8543)
    
    * First pass for ingesting compressed ref_ranges data
    
    * updating dockstore
    
    * simplifying GvsCreateTables logic
    
    * wdl shenanigans
    
    * piping through the use_compressed_references param flag
    
    * parameterizing logic for table clustering
    
    * give it a default so it behaves like before if called from elsewhere
    
    * silly mistake. Needs Moar Slash!
    
    * oh, Java... I love your bit extension logic (Editor's note: that was a lie)
    
    * piping through compressed references flag and updating prepare code to expand out the packed ref field so it looks like what the prepare tables are expecting
    
    * updating prepare wdl with dock image with new python
    
    * silly python mistake
    
    * yay.  More python carelessness on my side
    
    * *sigh* I renamed the column name AFTER I wrote the sql to umpack it that I copied here
    
    * integration test branch updates
    
    * turn on compressed references for this branch
    
    * ngl, this isn't how I'd want to put in the temp functions for compressed ref extract.  But, until I sort out a better way to load them in advance, this should work.
    
    * dockstore
    
    * ensuring all defaults are false for compressed refs
    
    * testing Hail code with compressed refs
    
    * dockstore for integration
    
    * oops, didn't ensure that the main vcf creation process inside of Hail integration used compressed refs
    
    * saw what I needed.  Removing explicit setting of compressed refs flag
    
    * updating variants docker
    
    * updating gatk docker
    
    * Responding to PR feedback, which includes tossing in some unit tests to lock the bit packing behavior in place
    
    * updating to new variants gatk build
    
    * dropped a comment in here describing what the bitshifts are doing in plain-er English for easier comprehension
    
    * Update GvsImportGenomes.wdl
    
    flipping defaults back
    koncheto-broad committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    0750dc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    ec49042 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    206efcb View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    8245d48 View commit details
    Browse the repository at this point in the history
  2. Fixing LoadData error discovered in delcho run (#8556)

    unorthodox PR, but then again we don't seem to have existing tests that cover this case and it's VERY focused
    koncheto-broad committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    8da467b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

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

Commits on Oct 24, 2023

  1. VS-1105. Write missing ref ranges as ZERO state, unless dropping that…

    … state. (#8560)
    
    * Modify CreateVariantIngestFiles to write missing ref intervals with the ZERO state, unless we are dropping that (ZERO) state and none other.
    * Have test cover situations where the interval list is greater than the intervals used in the VCF.
    * Mark a command line parameter as deprecated.
    gbggrant committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    90687e7 View commit details
    Browse the repository at this point in the history
  2. AOU deliverables doc updates [VS-1073] (#8551)

    * Added notebook script
    * Updates in AOU Deliverables doc
    * added note about use_compressed_references
    * added note about use_compressed_references to GvsExtractAvroFilesForHail
    * Update documentation to mention creating the dataset as 'Multi-Region'
    mcovarr committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    0b4cb75 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    838e57a View commit details
    Browse the repository at this point in the history
  2. VS-1115 - Updating CHANGELOG.md for new missing behavior (#8565)

    * VS-1115 - Updating CHANGELOG.md for new behavior replacing missing ranges in ref_ranges_* tables.
    gbggrant committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    c00d459 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. VS-1119 remove unused call (#8566)

    * VS-1119 - Remove an unused database call in CreateVariantIngestFiles
    gbggrant committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    2635ade View commit details
    Browse the repository at this point in the history
  2. VS-1092 - Fix for GvsCreateFilterSet OOD (#8573)

    * Increase disk for PopulateFilterSet* table methods.
    gbggrant committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    12846a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

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

Commits on Nov 7, 2023

  1. VS-1090 - Update AoU Documentation for GvsImportGenomes to reflect ne…

    …w behavior (#8571)
    
    * Update AoU Documentation for GvsImportGenomes to reflect new behavior
    gbggrant committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    162d9fe View commit details
    Browse the repository at this point in the history
  2. VS 1102 add vds creation wdl to integration tests (#8554)

    * add vds creation wdl to the integration test
    
    * update docker image
    
    * move hail version to utils / tools
    
    * add hail version param to tie out
    
    * pull through of vds_output_path is unneeded
    RoriCremer committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    9d297c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e1c160 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

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

Commits on Nov 15, 2023

  1. Add logging export to VDS creation VS 1139 (#8583)

    * add logging and try-finally
    
    * autoscaling policy changes
    
    * new docker image with python logging changes
    
    * update dockstore
    
    ---------
    
    Co-authored-by: Miguel Covarrubias <[email protected]>
    RoriCremer and mcovarr committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    20e9d49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fcf2fd View commit details
    Browse the repository at this point in the history
  3. VS 923 add validation to cluster creation (#8581)

    * add validation to run
    
    * add ternary to python script
    RoriCremer committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    7498a6d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

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

Commits on Nov 20, 2023

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

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    89ff60f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22d2b7b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

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

Commits on Dec 5, 2023

  1. VS-1159 - Enhance GVSWithdrawSamples (#8599)

    * Added a flag to (optionally) permit the condition where there are samples yet to be ingested in the list.
    * Printed out the list of unexpected samples.
    * Updated AOU_DELIVERABLES.md document to indicate what to do with the outputs of GvsWithdrawSamples.
    gbggrant committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b9d6afb View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. VS 678 - adding optional interval list to the subcohort extract workf…

    …low (#8601)
    
    * adding an optional interval list argument to be passed through to GvsExtractCallset
    
    * dockstooooooooore
    
    * cleaning up dockstore before merge
    koncheto-broad committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    307c7ca View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

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

Commits on Dec 18, 2023

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

Commits on Jan 4, 2024

  1. VS-1158 Address precision and sensivity probs (#8633)

    * Add True Positives to report, clean up formatting
    gbggrant committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    655ac15 View commit details
    Browse the repository at this point in the history
  2. VS-1163 - Set default to enable TTL on prepare ranges tables. (#8640)

    * Set default to enable TTL on prepare ranges tables.
    gbggrant committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    ba1c460 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

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

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    a9380ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    463c6cf View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

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

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    8edbc46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4da917 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. VS-1103 GatherVcfs logging too much (#8650)

    * Make the progress logger frequency an argument to GatherVcfsCloud
    gbggrant committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    2fc9c9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    573c915 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82e96db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7c3953 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

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

Commits on Jan 30, 2024

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

Commits on Jan 31, 2024

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

Commits on Feb 2, 2024

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

Commits on Feb 6, 2024

  1. VS-1206 (#8679)

    * quick update to the AoU docs to link to the ticket for sample removal
    
    * moving the comment to the bulk ingest section, as per PR feedback
    
    * REVERT
    koncheto-broad committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3ac378c View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. VS-1058 add phasing to vcf (#8655)

    * Updated GvsPrepareRanges to add the necessary fields for phasing to the extract tables.
    * Added phasing support to ExtractCohort
    * Add backwards compatibility (for old format of VET tables) to ExtractCohort
    * Add vet_extract_table version check for backwards compatibility.
    * Point truth to updated data.
    gbggrant committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0dc4e8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ba7b40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07057b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    0e4e6d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9629428 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    01b571f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d3d10d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. small doc change (#8695)

    rsasch committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    bbc829a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. VS-1232 SelectVariants extension fix (#8696)

    * Modify SelectVariants to choose vcf compressed vcf as output depending on input format
    gbggrant committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0f351b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. VS 1036 documenting quotas (#8649)

    * add a brief quota request template doc
    
    * link quota request template
    
    * add header stream info
    
    * becs suggestions
    
    * discuss load_data_batch
    
    * header info
    
    * becs formatting improvements
    
    * add aarons calculations notes
    RoriCremer committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    764fbd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a51ee0 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. VS-1129 Remove Duplicates from VAT upon creation. (#8700)

    * Add task to deduplicate the VAT table.
    gbggrant committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c34adc2 View commit details
    Browse the repository at this point in the history
  2. add link to README (#8705)

    rsasch committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    bd09760 View commit details
    Browse the repository at this point in the history
  3. Added a note to AoU documentation describing possible need for more m…

    …emory or disk on certain task. (#8704)
    gbggrant committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0fc84a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Knit GvsExtractCohortFromSampleNames.wdl into GvsCalculatePrecisionAn…

    …dSensitivity.wdl [VS-1245] (#8707)
    rsasch committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a8bd819 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

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

Commits on Mar 7, 2024

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

Commits on Mar 13, 2024

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

Commits on Mar 18, 2024

  1. VS-623 Exclude AS_YNG from Extract VCF (#8738)

    * Remove AS_YNG from Extracted VCFs
    * Update test data to handle code change
    * Updated truth
    * Rebuild and update gatk docker.
    gbggrant committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2ffcd68 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

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

Commits on Mar 22, 2024

  1. GVS PGEN Extract (#8708)

    ExtractCohortToPgen tool and workflow for running it based on the GVS VCF extract code
    
    Co-authored-by: Miguel Covarrubias <[email protected]>
    KevinCLydon and mcovarr committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5de165b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f60e0fa View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. VS-1190 Changes needed to support new Nirvana reference disk. (#8746)

    * Update the reference disk lookup path.
    gbggrant committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    814aa60 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

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

Commits on Apr 4, 2024

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

Commits on Apr 5, 2024

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

Commits on Apr 8, 2024

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

Commits on Apr 17, 2024

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

Commits on Apr 19, 2024

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

Commits on Apr 23, 2024

  1. VS-1324 Investigate integration test failures (#8787)

    * Had Hail Integration test tell VCF Integration test to ignore diffs in disk space or cost (which may be transient)
    * Added support for all_chrs truth.
    * Changed naming of cost and table sizes files to make replacement easier.
    gbggrant committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b6ce5a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbe2a5e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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

Commits on Apr 26, 2024

  1. VS-1310 Optionally convert filtered genotypes to no-calls (#8793)

    * Add new parameter to set filtered genotypes to no-calls to ExtractCohort
    * Modified ExtractCohortEngine to optionally set genotypes that are filtered (FT flag set - at the genotype leve) to no-calls.
    * Renamed VQSR Classic to 'VQSR'
    * Renamed VQSR Lite to 'VETS'
    * Updated VCF and pgen tests for code changes
    gbggrant committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    bdf9590 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. VS-1341 Improve test cost calculation (#8795)

    * Fixed cost calculation to ignore duplicate rows caused by preemption.
    * Resetting tolerances to 5% across the board. We shall see.
    gbggrant committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6f3c7bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1471f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b9178d View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    b447d7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    614be8b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. VS-1335 bgzip on extract ah var store edition (#8809)

    * Optionally extract to bgz format.
    * Set bgzipping to be off (everywhere) by default.
    * Update assert_identical_outputs to handle bgzipped outputs.
    gbggrant committed May 8, 2024
    Configuration menu
    Copy the full SHA
    bb957c7 View commit details
    Browse the repository at this point in the history
  2. VS_1327 ensure sample ids are unique (#8818)

    * Have GvsAssignIds.wdl validate that input sample names (in the provided input file) are unique.
    gbggrant committed May 8, 2024
    Configuration menu
    Copy the full SHA
    df03bd7 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    c7ec1ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ed3a85 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. VS-1368 The tarball is too damn big (#8829)

    * Compress the tarball saves a bit.
    * Remove unused contigs from interval_list files by grepping.
    ---------
    
    Co-authored-by: Miguel Covarrubias <[email protected]>
    gbggrant and mcovarr committed May 13, 2024
    Configuration menu
    Copy the full SHA
    527be7a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. VS-1336 - It's not a site FILTER (#8773)

    * Change extract so that when we filter at the genotype level (with FT) the VCF header has the filter definition in the FORMAT field.
    * Also minor renaming of ExtractCohort argument.
    * Point to updated truth.
    gbggrant committed May 15, 2024
    Configuration menu
    Copy the full SHA
    bce49f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f37facb View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

Commits on May 17, 2024

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

Commits on May 24, 2024

  1. VS-1397 Update Tests - ah_var_store edition (#8846)

    * Add ValidateVariants to our tests.
    * Bringing in Rori's change to add EXCESS_ALLELES to VCF Headers.
    * Updated truth path.
    gbggrant committed May 24, 2024
    Configuration menu
    Copy the full SHA
    b081919 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

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

Commits on May 31, 2024

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

Commits on Jun 6, 2024

  1. VS-430 Remove YNG status from vds (#8861)

    * remove the field 'yng_status' from the variant_data as_vqsr status dict of structs.
    gbggrant committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    8e7053f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. VS-1395 Have create vat from vds optionally take sites only vcf (#8851)

    * Have GvsCreateVATfromVDS.wdl take sites-only-vcf as an optional input.
    * Added logic to allow/disallow CopyFile to overwrite.
    gbggrant committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    27133bd View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    7fcef54 View commit details
    Browse the repository at this point in the history
  2. Vs-1379 adding ploidy support to reference data (#8857)

    * checkpointing here to switch branches
    
    * locally working first pass at adding in the ploidy info.  Still needs to have the arguments passed through so it works in the WDLs
    
    * Propagating changes up through the wdl
    
    * Stupid WDL substitution mistake
    
    * On a roll with WDL today wheeeeee
    
    * Cleaning up slightly
    
    * PR feedback
    
    * PR feedback v2: Ploidy Boogaloo
    koncheto-broad committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d28b342 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52ee9d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. VS-1413 Fix pgen merge chrom encoding (#8875)

    * Fix Chromosome Encoding used in pgen merge.
    gbggrant committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7f5ad8a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Merge remote-tracking branch 'origin/master' into vs_1178_merge_maste…

    …r_to_ah_var_store_again
    mcovarr committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e170f1b View commit details
    Browse the repository at this point in the history
  2. fix compilation

    mcovarr committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d4b680c View commit details
    Browse the repository at this point in the history
  3. update Dockers

    mcovarr committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8e097e1 View commit details
    Browse the repository at this point in the history
  4. Dockstore

    mcovarr committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e548bd5 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

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

Commits on Jun 24, 2024

  1. Merge remote-tracking branch 'origin/ah_var_store' into vs_1178_merge…

    …_master_to_ah_var_store_again
    mcovarr committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    164aa5a View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Put back turned off tests

    ldgauthier committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    26836f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44cb7a9 View commit details
    Browse the repository at this point in the history