Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Fixing unresolved issue with self-test (#51, #56)
Browse files Browse the repository at this point in the history
Related-Issue: #51
Related-Issue: #56
Closes: #56
Projected-Results-Impact: none
  • Loading branch information
holtgrewe committed Jul 22, 2022
1 parent 08cdec7 commit 06699da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## v0.25-SNAPSHOT

- Fixing unresolved issue with self-test (#51, #56)

## v0.24

- Fixing problem with self-test on gnomAD genomes with chrY (#51)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private void selfTestDb(
for (String chrom : chromNames) {
final String chromName = chrPrefix + chrom;
if ("grch37".equalsIgnoreCase(release)
&& release.equals(AnnotateVcf.GNOMAD_GENOMES_PREFIX)
&& tablePrefix.equals(AnnotateVcf.GNOMAD_GENOMES_PREFIX)
&& chromName.equals("Y")) {
continue; // skip chrY for gnomAD genomes on GRCh37
}
Expand Down

0 comments on commit 06699da

Please sign in to comment.