-
Notifications
You must be signed in to change notification settings - Fork 591
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
[DRAFT] Merge master to ah var store again [VS-1178] #8890
base: ah_var_store
Are you sure you want to change the base?
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d40a485 - Browse repository at this point
Copy the full SHA d40a485View commit details -
Fixed Funcotator VCF output renderer to correctly preserve B37 contig…
… names on output for B37 aligned files (#8539)
Configuration menu - View commit details
-
Copy full SHA for 423d106 - Browse repository at this point
Copy the full SHA 423d106View commit details
Commits on Nov 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2900e01 - Browse repository at this point
Copy the full SHA 2900e01View commit details
Commits on Nov 13, 2023
-
Ultima.flow annotations.fix (#8442)
* hmer ondel must have mon length * Revert "hmer ondel must have mon length" This reverts commit 7852871. * remove superfluous variant type condition * fix error message to actually reflect missing argument * fixed unittest to include variant type * Remove conflict
Configuration menu - View commit details
-
Copy full SHA for 683eaa8 - Browse repository at this point
Copy the full SHA 683eaa8View commit details -
Removes unnecessary and buggy validation check (#8580)
* Additional fix + logging fixes * Added missing initialization
Configuration menu - View commit details
-
Copy full SHA for e6e4dea - Browse repository at this point
Copy the full SHA e6e4deaView commit details
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1dc7ee4 - Browse repository at this point
Copy the full SHA 1dc7ee4View commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7a08754 - Browse repository at this point
Copy the full SHA 7a08754View commit details
Commits on Nov 26, 2023
-
Add option to AnalyzeSaturationMutagenesis to keep disjoint mates (#8557
Configuration menu - View commit details
-
Copy full SHA for fa3dfed - Browse repository at this point
Copy the full SHA fa3dfedView commit details
Commits on Nov 28, 2023
-
New/Updated Flow Based Read tools (#8579)
New Tool: GroundTruthScorer Update: FlowFeatureMapper
Configuration menu - View commit details
-
Copy full SHA for 0da6409 - Browse repository at this point
Copy the full SHA 0da6409View commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e37b344 - Browse repository at this point
Copy the full SHA e37b344View commit details
Commits on Dec 8, 2023
-
Add a native GATK implementation for 2bit references, and remove the …
…dependency on the ADAM library (#8606) * Add a native GATK implementation for 2bit references, with comprehensive unit tests * For now, this is only hooked up to the Spark codepath, but it could easily be hooked up to ReferenceDataSource and the Walker codepath as well * Remove the dependency on the ADAM library, to resolve conflicts with future dependency upgrades
Configuration menu - View commit details
-
Copy full SHA for bf24519 - Browse repository at this point
Copy the full SHA bf24519View commit details -
Update dependencies to address security vulnerabilities, and add a se…
…curity scanner to build.gradle (#8607) * Updated many GATK dependencies to address known security vulnerabilities * Added a security scanner to build.gradle * There are still some remaining vulnerabilities in GATK dependencies, but this eliminates most of them
Configuration menu - View commit details
-
Copy full SHA for e2c5fab - Browse repository at this point
Copy the full SHA e2c5fabView commit details
Commits on Dec 9, 2023
-
Update http-nio and wire its new settings (#8611)
* Update http-nio and wire it so it's configured at startup along with GCS setttings.
Configuration menu - View commit details
-
Copy full SHA for 3b8b5bf - Browse repository at this point
Copy the full SHA 3b8b5bfView commit details -
PrintFileDiagnostics for cram, crai and bai. (#8577)
* New experimental tool to print out human readable file diagnostics for cram/crai/bai files.
Configuration menu - View commit details
-
Copy full SHA for 5839cbd - Browse repository at this point
Copy the full SHA 5839cbdView commit details -
Allow GenomicsDBImport to connect to az:// files without interference (…
…#8438) * GATK's lack of support for az:// URIs means that although GenomicsDB can natively read them, parts of the java code crash when interacting with them * Adding --avoid-nio and --header arguments These allow disabling all of the java interaction with the az:// links and simply passing them through to genomicsdb This disables some safeguards but allows operating on files in azur * Update GenomicsDB version to 1.5.1 for azure improved support * There are no direct tests on azure since we do not yet have any infrastructure to generate the necessary tokens, there is a disabled test which requires #8612 before we can enable it. --------- Co-authored-by: Nalini Ganapati <[email protected]> Co-authored-by: Nalini Ganapati <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ad4a3e - Browse repository at this point
Copy the full SHA 2ad4a3eView commit details
Commits on Dec 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e29cbc3 - Browse repository at this point
Copy the full SHA e29cbc3View commit details -
Support for custom ploidy regions in HaplotypeCaller (#8609)
For having variable ploidy in different regions, like making haploid calls outside the PAR on chrX or chrY, there is now a --ploidy-regions flag. The -ploidy flag sets the default ploidy to use everywhere, and --ploidy-regions should be a .bed or .interval_list with "name" column containing the desired ploidy to use in that region when genotyping. Note that variants near the boundary may not have the matching ploidy since the ploidy used will be determined using the following precedence: * ploidy given in --ploidy-regions for all intervals overlapping the active region when calling your variant with ties broken by using largest ploidy); note ploidy interval may only overlap the active region and determine the ploidy of your variant even if the end coordinate written for your variant lies outside the given region * ploidy given via global -ploidy flag * ploidy determined by the default global built-in constant for humans (2). --------- Co-authored-by: Ty Kay <[email protected]> Co-authored-by: rickymagner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b18579 - Browse repository at this point
Copy the full SHA 0b18579View commit details
Commits on Dec 12, 2023
-
Update the GATK base image to a newer LTS ubuntu release (#8610)
* Update the GATK base image to the latest Ubuntu LTS release (22.04) * Add some additional useful utilities to the base image * Switch to a newer conda version with a much faster solver * Update the scripts and documentation for building the base image * Update the VETS integration tests to allow for a small epsilon during numeric comparisons, and include the full diff output in exception messages when a mismatch is detected
Configuration menu - View commit details
-
Copy full SHA for 85d13d4 - Browse repository at this point
Copy the full SHA 85d13d4View commit details
Commits on Dec 13, 2023
-
build_docker_remote: add ability to specify the RELEASE arg to the cl…
…oud-based docker build, and add a release script (#8247) * Added a -r argument to build_docker_remote.sh to toggle the RELEASE flag during docker builds * Added a release_prebuilt_docker_image.sh to release a prebuilt docker image to the official repos
Configuration menu - View commit details
-
Copy full SHA for 75f5104 - Browse repository at this point
Copy the full SHA 75f5104View commit details -
Update to htsjdk 4.1.0 (#8620)
* update to htsjdk 4.1.0 which enables http-nio in more cases * remove several test cases handling genomicsdb path parsing which were testing nonsensical paths that are now illegal
Configuration menu - View commit details
-
Copy full SHA for 23c8071 - Browse repository at this point
Copy the full SHA 23c8071View commit details -
Fix the Spark version in the GATK jar manifest, and used the right co…
…nstant in build.gradle (#8625)
Configuration menu - View commit details
-
Copy full SHA for 70ee553 - Browse repository at this point
Copy the full SHA 70ee553View commit details -
Update http-nio to 1.1.0 which implements Path.resolve() methods (#8626)
* This should make http access seamless in many places * The way this handles query parameters is not ideal for signed url cases so we'll need to revisit that
Configuration menu - View commit details
-
Copy full SHA for 8317d8b - Browse repository at this point
Copy the full SHA 8317d8bView commit details
Commits on Dec 14, 2023
-
Fix GT header in PostprocessGermlineCNVCalls's --output-genotyped-int…
…ervals output (#8621) * Write gCNV interval output ID=GT header as Type=String Incorrectly writing this as Type=Integer causes bcftools to misparse the genotype field. * Use correct header types and numbers in test VCF file
Configuration menu - View commit details
-
Copy full SHA for fd873e9 - Browse repository at this point
Copy the full SHA fd873e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39cfbba - Browse repository at this point
Copy the full SHA 39cfbbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b68fadc - Browse repository at this point
Copy the full SHA b68fadcView commit details
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e796d20 - Browse repository at this point
Copy the full SHA e796d20View commit details
Commits on Jan 26, 2024
-
Improvements to Mutect2's Permutect training data mode (#8663)
* include normal seq error log likelihood in Permutect dataset * handle different alelle representations in multiallelic / indel variants for Permutect training data mode * set the default artifact to non-artifact ratio to 1 in Permutect training data mode
Configuration menu - View commit details
-
Copy full SHA for 2d50cf8 - Browse repository at this point
Copy the full SHA 2d50cf8View commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dd73036 - Browse repository at this point
Copy the full SHA dd73036View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bbc028b - Browse repository at this point
Copy the full SHA bbc028bView commit details
Commits on Feb 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cfd4d87 - Browse repository at this point
Copy the full SHA cfd4d87View commit details
Commits on Mar 5, 2024
-
Move to GenomicsDB 1.5.2 which supports M1 macs (#8710)
* Support for MacOS universal builds (intel AND M1) * Catch JNI importer exceptions and propagate them as java IOExceptions * Turn off HDFS support by default Co-authored-by: Nalini Ganapati <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c97faf6 - Browse repository at this point
Copy the full SHA c97faf6View commit details
Commits on Mar 7, 2024
-
Standardize test results directory between normal/docker tests (#8718)
Normalize the test results location between docker and non docker tests
Configuration menu - View commit details
-
Copy full SHA for a2ebb37 - Browse repository at this point
Copy the full SHA a2ebb37View commit details -
Output GQ0 genotypes from reference blocks as no-call rather than hom-ref
Configuration menu - View commit details
-
Copy full SHA for b0463e4 - Browse repository at this point
Copy the full SHA b0463e4View commit details
Commits on Mar 8, 2024
-
Update the setup_cloud github action (#8651)
* update setup-gcloud@v0 -> v2 since v0 is deprecated
Configuration menu - View commit details
-
Copy full SHA for c3599a0 - Browse repository at this point
Copy the full SHA c3599a0View commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9af1be3 - Browse repository at this point
Copy the full SHA 9af1be3View commit details -
added --inverted-read-filter argument to allow for selecting reads th…
…at fail read filters from the command line easily (#8724)
Configuration menu - View commit details
-
Copy full SHA for b81a638 - Browse repository at this point
Copy the full SHA b81a638View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2640404 - Browse repository at this point
Copy the full SHA 2640404View commit details
Commits on Mar 12, 2024
-
Fix to long deletions that overhang into the assembly window causing …
…exceptions in HaplotypeCaller (#8731)
Configuration menu - View commit details
-
Copy full SHA for 8ee86e7 - Browse repository at this point
Copy the full SHA 8ee86e7View commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 141529b - Browse repository at this point
Copy the full SHA 141529bView commit details
Commits on Mar 19, 2024
-
Update README to include list of popular software included in docker …
…image (#8745) * Update README to include list of popular software included in docker image
Configuration menu - View commit details
-
Copy full SHA for dcfaa06 - Browse repository at this point
Copy the full SHA dcfaa06View commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 47a97ae - Browse repository at this point
Copy the full SHA 47a97aeView commit details
Commits on Mar 25, 2024
-
Make M2 haplotype and clustered events filters smarter about germline…
… events (#8717) * M2 bad haplotype filter does not filter variants that share a haplotype with a germline event * two ECNT annotations -- haplotype and region -- and clustered events filter looks at both
Configuration menu - View commit details
-
Copy full SHA for 105b63e - Browse repository at this point
Copy the full SHA 105b63eView commit details
Commits on Apr 1, 2024
-
Funcotator: suppress a log message about b37 contigs when not doing b…
…37/hg19 conversion (#8758) Don't print the very long and misleading "The following contigs are present in b37 and missing in the input VCF sequence dictionary" log message when we're not even doing b37/hg19 conversion.
Configuration menu - View commit details
-
Copy full SHA for 724b5bc - Browse repository at this point
Copy the full SHA 724b5bcView commit details
Commits on Apr 4, 2024
-
SNVQ recalibration tool added for flow based reads (#8697)
Co-authored-by: Dror Kessler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6739e6d - Browse repository at this point
Copy the full SHA 6739e6dView commit details
Commits on Apr 10, 2024
-
Several GQ0 cleanup changes: (#8741)
Set GGVCFs --all-sites GQ0 hom-refs to no-calls Set regular GGVCFs GQ0 hom-refs to no-calls (any DP, PL) for better AF/AN annotations Remove PLs in "no data" case where DP=0 for more accurate QUAL score
Configuration menu - View commit details
-
Copy full SHA for 7cdc985 - Browse repository at this point
Copy the full SHA 7cdc985View commit details
Commits on Apr 11, 2024
-
Re-commit large files as lfs stubs (#8769)
Several files tracked by git lfs were accidentally reimported as normal files. This makes them stubs again.
Configuration menu - View commit details
-
Copy full SHA for 47c4858 - Browse repository at this point
Copy the full SHA 47c4858View commit details
Commits on Apr 12, 2024
-
Enable ReblockGVCF to subset AS annotations that aren't "raw" (pipe-d…
…elimited) (#8771) * Enable ReblockGVCF to subset AS annotations that aren't "raw" (i.e. pipe-delimited) * Fix tests by removing AssemblyComplexity from default annotations
Configuration menu - View commit details
-
Copy full SHA for 986cb15 - Browse repository at this point
Copy the full SHA 986cb15View commit details
Commits on Apr 18, 2024
-
Gc getpipeupsummaries use mappingqualityreadfilter (#8781)
* Add MappingQualityReadFilter * Added additional warnings for mmq * Fixed doc typo
Configuration menu - View commit details
-
Copy full SHA for aed8b1b - Browse repository at this point
Copy the full SHA aed8b1bView commit details
Commits on May 1, 2024
-
Add malaria spanning deletion exception regression test with fix (#8802)
* Add malaria spanning deletion exception regression test with fix * Disabling codecov. --------- Co-authored-by: Jonn Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec39c37 - Browse repository at this point
Copy the full SHA ec39c37View commit details
Commits on May 2, 2024
-
Bug fix in flow allele filtering (#8775)
* Fixed a bug that prevented filtering by SOR in many cases
Configuration menu - View commit details
-
Copy full SHA for 5c32785 - Browse repository at this point
Copy the full SHA 5c32785View commit details
Commits on May 6, 2024
-
Allow for GT to be a nocall if GQ and PL[0] are zero instead of homre…
…f in GenomicsDB (#8759) * Allow for GT to be a nocall if GQ and PL[0] are zero instead of homref in GenomicsDB * Move to 1.5.3 release from snapshot --------- Co-authored-by: Nalini Ganapati <[email protected]> Co-authored-by: Nalini Ganapati <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24f93b5 - Browse repository at this point
Copy the full SHA 24f93b5View commit details
Commits on May 9, 2024
-
Reduced docker layers in GATK image from 44 to 16 (#8808)
* Reduced total layers in the GATK docker image from 44 down to 16. * Reduced GATK base image layers from 20 to 3. * This might be a better solution than a full squash down to a single layer, because: If we are hosting this in a premium ACR, the limit is 10,000 readOps per minute. So with 16 layers, you get around 625 pulls per minute. Also, this will be able to still take advantage of parallel pulls (default is 3, but at most 16 threads in this case, I believe) as opposed to one big layer which will not download in parallel. There's the potential of that being a lot slower and subsequent jobs falling into the same "minute" because others are not done, making it easier to hit that 10k readOps limit. Lastly, people using GATK outside data pipelines will not be able to take advantage of layer caching too. Resolves #8684
Configuration menu - View commit details
-
Copy full SHA for c6daf7d - Browse repository at this point
Copy the full SHA c6daf7dView commit details
Commits on May 15, 2024
-
VariantFiltration: added arg to write custom mask filter description …
…in VCF header (#8831) Added a --mask-description argument to VariantFiltration to write a custom description for the mask filter in the VCF header
Configuration menu - View commit details
-
Copy full SHA for a3bbfc4 - Browse repository at this point
Copy the full SHA a3bbfc4View commit details
Commits on May 17, 2024
-
Bigger Permutect tensors and Permutect test datasets can be annotated…
… with truth VCF (#8836) * added 20 more Permutect read features * Permutect test data can, like training data, be annotated with a truth VCF
Configuration menu - View commit details
-
Copy full SHA for 4ed93fe - Browse repository at this point
Copy the full SHA 4ed93feView commit details
Commits on Jun 3, 2024
-
[BIOIN-1570] Fixed edge case in variant annotation (#8810)
* [BIOIN-1570] Fixed edge case in variant annotation when the variant is close to the edge of the reference
Configuration menu - View commit details
-
Copy full SHA for d4744f7 - Browse repository at this point
Copy the full SHA d4744f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0be44f2 - Browse repository at this point
Copy the full SHA 0be44f2View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2878ce5 - Browse repository at this point
Copy the full SHA 2878ce5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a420e4 - Browse repository at this point
Copy the full SHA 2a420e4View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab98a5d - Browse repository at this point
Copy the full SHA ab98a5dView commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d633a57 - Browse repository at this point
Copy the full SHA d633a57View commit details -
Configuration menu - View commit details
-
Copy full SHA for abef8e1 - Browse repository at this point
Copy the full SHA abef8e1View commit details -
Merge remote-tracking branch 'origin/master' into vs_1178_merge_maste…
…r_to_ah_var_store_again
Configuration menu - View commit details
-
Copy full SHA for e170f1b - Browse repository at this point
Copy the full SHA e170f1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4b680c - Browse repository at this point
Copy the full SHA d4b680cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e097e1 - Browse repository at this point
Copy the full SHA 8e097e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e548bd5 - Browse repository at this point
Copy the full SHA e548bd5View commit details
Commits on Jun 24, 2024
-
Merge remote-tracking branch 'origin/ah_var_store' into vs_1178_merge…
…_master_to_ah_var_store_again
Configuration menu - View commit details
-
Copy full SHA for 164aa5a - Browse repository at this point
Copy the full SHA 164aa5aView commit details