We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16b299 commit 3a6243cCopy full SHA for 3a6243c
src/mavedb/scripts/refresh_clinvar_variant_data.py
@@ -78,7 +78,7 @@ def refresh_clinvar_variants(db: Session, month: Optional[str], year: Optional[s
78
.where(MappedVariant.current.is_(True), MappedVariant.post_mapped.is_not(None))
79
.where(and_(
80
MappedVariant.clingen_allele_id.is_not(None),
81
- MappedVariant.current,
+ MappedVariant.current.is_(True),
82
ScoreSet.urn.in_(urns)
83
))
84
).all()
0 commit comments