-
Notifications
You must be signed in to change notification settings - Fork 616
Gg foo #9279
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
gbggrant
wants to merge
180
commits into
EchoCallset
Choose a base branch
from
gg_foo
base: EchoCallset
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Gg foo #9279
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…emory or disk on certain task. (#8704)
…dSensitivity.wdl [VS-1245] (#8707)
* Remove AS_YNG from Extracted VCFs * Update test data to handle code change * Updated truth * Rebuild and update gatk docker.
…field from VCFs. (#8743)
ExtractCohortToPgen tool and workflow for running it based on the GVS VCF extract code Co-authored-by: Miguel Covarrubias <[email protected]>
* Update the reference disk lookup path.
* 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.
* 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
* Fixed cost calculation to ignore duplicate rows caused by preemption. * Resetting tolerances to 5% across the board. We shall see.
* Optionally extract to bgz format. * Set bgzipping to be off (everywhere) by default. * Update assert_identical_outputs to handle bgzipped outputs.
* Have GvsAssignIds.wdl validate that input sample names (in the provided input file) are unique.
…ants tasks for FoxTrot Callset * Increase Default Disk for MergeVCFs task for FoxTrot Callset * Upping memory for SelectVariants for Foxtrot.
* VS-1716. Have Extract check for the existence of the sample_chromosome_ploidy table and use it if it exists. This should allow backwards compatibility with Delta callset.
…sites in a new location (#9255) * Update GvsCallsetStatistics.wdl to look for table gnomad_v3_sites in a new location.
* adding a testing WDL for VAT changes * adding a testing WDL for VAT changes * Adding in first pass at keeping the highest AC synonym and removing the rest * trying a different loop. Last one didn't work * Seeing if a string comparison instead of an integer comparison was behind the issue * Now with my debug info * Another round of better awking * piping synonyms to top-level test wdl * problem might be in awk version. Printing it * version of awk doesn't support --version?? * undoing version check * using some more verison-portable awk * Creating full VAT wdl to run against Echo data * Rounding up and saving the detailed list of lower ac synonyms that we filtered out * covering an edge case that we'll never actually see, but copilot pointed out. For completeness, I suppose * doing it as an inline python for loop * updating code to write the expected file instead of dumping to stdout * Removing helping wdl for efficient testing. Updating comments as per review feedback
* just do the query in two passes - even and odd numbered samples.
…somes (#9259) * Generalized the chromosome splitting.
* Add the variant id to the pgen output files
* Adding in check for contigs not in the weighed bed file so we no longer fail on that case * Pushing the changes to dockstore so I can check there instead of locally * updating GATK docker * Pointing us back to the normal weighted bed file instead of the interntionally broken one for testing
* Update VAT alt allele cutoff to 100 * Change logic for n_chunks to be echo-ish
* VS-1570 - Adding new validation for the VAT
* For VS-1644. Increase disk for ExcludeSitesFromSitesOnlyVcf task. Making it a task parameter so potentially overrideable.
* VS-1743. Modify pgen .pvar file to use a new ID field format. Specifically, 'chr:pos:ref'
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.