Skip to content

Commit

Permalink
Merge pull request #23 from molgenis/feat/clinvar_meta
Browse files Browse the repository at this point in the history
add metadata for clinVar_CLNID
  • Loading branch information
bartcharbon authored Sep 15, 2023
2 parents 655266f + 6b9e99d commit e4b58c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>org.molgenis</groupId>
<artifactId>vip-utils</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>

<name>vip-utils</name>
<description>Shared classes and tools between VIP repo's</description>
Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/field_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
"numberType": "OTHER",
"type": "INTEGER"
},
"clinVar_CLNID": {
"label": "ClinVar ID",
"description": "ClinVar Variation ID",
"numberType": "OTHER",
"type": "INTEGER"
},
"clinVar_CLNSIG": {
"label": "ClinVar variant",
"description": "Clinical significance for this single variant",
Expand Down

0 comments on commit e4b58c4

Please sign in to comment.