Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 7 commits into from
Jun 28, 2023
Merged

Conversation

gbggrant
Copy link
Collaborator

@gbggrant gbggrant commented Jun 27, 2023

This PR fixes a bug I found in testing. I was extracting all the samples for an Exome run and it was widely scattered. So there occurred a situation where there no VET entries in one of the shards and a NPE happened.
This PR fixes that and makes it tool generate an empty (well, has a header) VCF, which the GVS workflow can handle.

Failing workflow showing the problem here.

Passing workflow (after the fix) here
Passing Integration Test here

@codecov
Copy link

codecov bot commented Jun 27, 2023

Codecov Report

❗ No coverage uploaded for pull request base (ah_var_store@901644f). Click here to learn what that means.
The diff coverage is n/a.

❗ Current head c92dbdd differs from pull request most recent head e3308ca. Consider uploading reports for the commit e3308ca to get more accurate results

Additional details and impacted files
@@               Coverage Diff                @@
##             ah_var_store     #8388   +/-   ##
================================================
  Coverage                ?   86.155%           
  Complexity              ?     35521           
================================================
  Files                   ?      2194           
  Lines                   ?    166538           
  Branches                ?     17925           
================================================
  Hits                    ?    143481           
  Misses                  ?     16674           
  Partials                ?      6383           

@gbggrant gbggrant marked this pull request as ready for review June 28, 2023 11:32
@gbggrant gbggrant requested review from rsasch and mcovarr June 28, 2023 11:32
Remove entry from .dockstore.yml
@gbggrant gbggrant merged commit 8813ed0 into ah_var_store Jun 28, 2023
18 checks passed
@gbggrant gbggrant deleted the gg_FixExomes branch June 28, 2023 13:48
mcovarr pushed a commit that referenced this pull request Jun 29, 2023
* Fix a bug where there were NO variants in a range.
mcovarr pushed a commit that referenced this pull request Jul 5, 2023
* Fix a bug where there were NO variants in a range.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants