Skip to content

Commit

Permalink
fix(indices): zygosity typo in mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Oct 31, 2024
1 parent 87642d2 commit d6407de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/models/indexes/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ var VARIANT_INDEX_MAPPING = map[string]interface{}{
"info.value": MAPPING_TEXT,
"sample.id": MAPPING_TEXT,
"sample.variation.genotype.phased": MAPPING_BOOL,
"sample.variation.genotype.zygosity.": MAPPING_INT,
"sample.variation.genotype.zygosity": MAPPING_INT,
"sample.variation.genotypeProbability": MAPPING_FLOAT64,
"sample.variation.phredScaleLikelyhood": MAPPING_FLOAT64,
"sample.variation.alleles.left": MAPPING_TEXT,
Expand Down

0 comments on commit d6407de

Please sign in to comment.