Skip to content

Commit

Permalink
Merge pull request #186 from NCI-GDC/feat/DEV-1900-add-wgs_coverage-m…
Browse files Browse the repository at this point in the history
…appings

DEV-1900: add wgs_coverage mappings
  • Loading branch information
ProfOak authored Jun 28, 2023
2 parents 688084b + 282e06b commit 00cd20f
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Jenkinsfile

This file was deleted.

8 changes: 8 additions & 0 deletions es-models/case_centric/case_centric.mapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,8 @@ properties:
type: double
updated_datetime:
type: keyword
wgs_coverage:
type: keyword
type: nested
metadata:
properties:
Expand Down Expand Up @@ -1154,6 +1156,8 @@ properties:
type: double
updated_datetime:
type: keyword
wgs_coverage:
type: keyword
type: nested
state:
type: keyword
Expand Down Expand Up @@ -1280,6 +1284,8 @@ properties:
type: double
updated_datetime:
type: keyword
wgs_coverage:
type: keyword
type: nested
magnification:
type: double
Expand Down Expand Up @@ -1374,6 +1380,8 @@ properties:
type: keyword
updated_datetime:
type: keyword
wgs_coverage:
type: keyword
type: nested
follow_ups:
properties:
Expand Down
12 changes: 12 additions & 0 deletions es-models/gdc_from_graph/case.mapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,9 @@ properties:
updated_datetime:
normalizer: clinical_normalizer
type: keyword
wgs_coverage:
normalizer: clinical_normalizer
type: keyword
type: nested
metadata:
properties:
Expand Down Expand Up @@ -1492,6 +1495,9 @@ properties:
updated_datetime:
normalizer: clinical_normalizer
type: keyword
wgs_coverage:
normalizer: clinical_normalizer
type: keyword
type: nested
state:
normalizer: clinical_normalizer
Expand Down Expand Up @@ -1650,6 +1656,9 @@ properties:
updated_datetime:
normalizer: clinical_normalizer
type: keyword
wgs_coverage:
normalizer: clinical_normalizer
type: keyword
type: nested
magnification:
type: double
Expand Down Expand Up @@ -1769,6 +1778,9 @@ properties:
updated_datetime:
normalizer: clinical_normalizer
type: keyword
wgs_coverage:
normalizer: clinical_normalizer
type: keyword
type: nested
follow_ups:
properties:
Expand Down
12 changes: 12 additions & 0 deletions es-models/gdc_from_graph/file.mapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ properties:
updated_datetime:
normalizer: clinical_normalizer
type: keyword
wgs_coverage:
normalizer: clinical_normalizer
type: keyword
type: nested
metadata:
properties:
Expand Down Expand Up @@ -2562,6 +2565,9 @@ properties:
updated_datetime:
normalizer: clinical_normalizer
type: keyword
wgs_coverage:
normalizer: clinical_normalizer
type: keyword
type: nested
state:
normalizer: clinical_normalizer
Expand Down Expand Up @@ -2741,6 +2747,9 @@ properties:
updated_datetime:
normalizer: clinical_normalizer
type: keyword
wgs_coverage:
normalizer: clinical_normalizer
type: keyword
type: nested
magnification:
type: double
Expand Down Expand Up @@ -2864,3 +2873,6 @@ properties:
updated_datetime:
normalizer: clinical_normalizer
type: keyword
wgs_coverage:
normalizer: clinical_normalizer
type: keyword

0 comments on commit 00cd20f

Please sign in to comment.