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

Commit

Permalink
Added DECIPHER prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Jul 28, 2016
1 parent 2667aef commit 6554669
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ object HPOAnnotations extends LazyLogging {
"HP" -> "obo:HP_",
"OMIM" -> "obo:OMIM_",
"MIM" -> "obo:OMIM_",
"DOID" -> "obo:DOID_").asJava)
"DOID" -> "obo:DOID_",
"DECIPHER" -> "obo:DECIPHER_").asJava)

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

0 comments on commit 6554669

Please sign in to comment.