Skip to content

Commit

Permalink
Merge pull request #17 from molgenis/feat/gado
Browse files Browse the repository at this point in the history
Add GADO to metadata
  • Loading branch information
dennishendriksen authored Jun 27, 2023
2 parents 5049744 + 650fa82 commit ac708df
Show file tree
Hide file tree
Showing 2 changed files with 8 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.3.0</version>
<version>1.4.0</version>

<name>vip-utils</name>
<description>Shared classes and tools between VIP repo's</description>
Expand Down
7 changes: 7 additions & 0 deletions src/main/resources/field_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@
"separator": "&",
"type": "STRING"
},
"GADO": {
"label": "GADO",
"description": "The combined prioritization GADO Z-score over the supplied HPO terms for this case.",
"numberType": "NUMBER",
"numberCount": 1,
"type": "FLOAT"
},
"gnomAD_AF": {
"label": "gnomAD AF",
"description": "gnomAD allele frequency",
Expand Down

0 comments on commit ac708df

Please sign in to comment.