Skip to content

Commit

Permalink
remove copy_to all for clinvar_id field
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinxin90 committed Dec 2, 2019
1 parent 2317dc2 commit 7b2a3d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hub/dataload/sources/dbnsfp/dbnsfp_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -725,8 +725,7 @@ def get_mapping(klass):
"clinvar": {
"properties": {
"clinvar_id": {
"type": "integer",
"copy_to": ["all"]
"type": "integer"
},
"clinsig": {
"type": "keyword",
Expand Down

0 comments on commit 7b2a3d9

Please sign in to comment.