Skip to content

Commit

Permalink
Bugfix broken SV filter. (#588)
Browse files Browse the repository at this point in the history
Closes: #587
Related-Issue: #587
Projected-Results-Impact: none
  • Loading branch information
stolpeo committed Jul 20, 2022
1 parent 1a25c4f commit b7dcfb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Full Change List
- Adding feature to enable and configure link-out to HGMD (#576).
- Small variant filtration results now allow to easily look up second hits in the same gene (#573).
- Structural filtration results now allow to easily look up second hits in the same gene (#574).
- Bugfix broken SV filter (#587).

------
v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion svs/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"negative": "negative",
}

SV_DATABASES = ("DGV", "DGV GS", "ExAC", "gnomAD", "dbVar", "G1K", "inhouse")
SV_DATABASES = ("DGV", "DGV GS", "ExAC", "gnomAD", "dbVar", "G1K")


class SvAnalysisCollectiveFrequencyMixin:
Expand Down

0 comments on commit b7dcfb9

Please sign in to comment.