Skip to content
This repository was archived by the owner on Sep 25, 2018. It is now read-only.

Commit 6554669

Browse files
committed
Added DECIPHER prefix.
1 parent 2667aef commit 6554669

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/scala/org/phenopackets/pxftools/util/HPOAnnotations.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ object HPOAnnotations extends LazyLogging {
118118
"HP" -> "obo:HP_",
119119
"OMIM" -> "obo:OMIM_",
120120
"MIM" -> "obo:OMIM_",
121-
"DOID" -> "obo:DOID_").asJava)
121+
"DOID" -> "obo:DOID_",
122+
"DECIPHER" -> "obo:DECIPHER_").asJava)
122123

123124
//FIXME add in appropriate IRIs once these are available
124125
private val knownEvidenceCodes: Map[String, Resource] = Map(

0 commit comments

Comments
 (0)