Skip to content

Commit

Permalink
Show 0 star ClinVar records in list
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMadBug committed Jul 11, 2024
1 parent 9a803a6 commit 54ed832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annotation/templatetags/clinvar_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ def clinvar(
return {
"data": data,
"expert_panel_only": expert_panel_only,
"min_stars": CLINVAR_REVIEW_EXPERT_PANEL_STARS_VALUE if expert_panel_only else 1
"min_stars": CLINVAR_REVIEW_EXPERT_PANEL_STARS_VALUE if expert_panel_only else 0
}

0 comments on commit 54ed832

Please sign in to comment.