Skip to content

Commit

Permalink
Revert "add variant description"
Browse files Browse the repository at this point in the history
This reverts commit 4ad7414.
  • Loading branch information
jdhayhurst committed Nov 21, 2024
1 parent 7be23f4 commit 6e49218
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/models/entities/VariantIndex.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ case class VariantIndex(variantId: String,
rsIds: Option[Seq[String]],
dbXrefs: Option[Seq[DbXref]],
alleleFrequencies: Option[Seq[AlleleFrequency]],
hgvsId: String,
variantDescription: String
hgvsId: String
)

object VariantIndex extends Logging {
Expand Down

0 comments on commit 6e49218

Please sign in to comment.