Closed ielis closed 6 years ago
Oh, and I forgot to mention - it looks like that the default link for HPO download https://raw.githubusercontent.com/obophenotype/human-phenotype-hpoOntology/master/hp.obo
located in hpowbgui/src/main/resources/application.properties
looks like that it is broken.
I'm not able to download the file neither using wget
nor Firefox
I have added a bunch of code to get Mondo and show corresponding OMIM and ORPHA annotations as available. It is beginning to work but there are still inconsistencies. I will merge this for now.
Hi Peter,
I found the bug with Properties. The contract of
setProperty
doesn't allow to usenull
neither as key nor as value. We need to use methodremove
in order to remove the property.I've also done some progress in the Mondo tab. The Mondo ontology file is being downloaded, but there is some Exception being thrown in the process of parsing of the obo file.
It doesn't look like that the cause for the Exception is missing
mondo.obo
but some part of parsing code which I am not familiar with. I think, that after resolving this issue, we should be able to get the Mondo ontology support working very soon.Cheers, Daniel