From 3fd18dfd69e92433cc004dae999e3330c049017a Mon Sep 17 00:00:00 2001 From: Chris Mungall Date: Thu, 28 Jan 2021 08:40:02 -0800 Subject: [PATCH] use OBO PURL always use OBO Purls for ontologies --- .../src/main/resources/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exomiser-data-phenotype/src/main/resources/application.properties b/exomiser-data-phenotype/src/main/resources/application.properties index c66d5e7b4..a43567fe1 100644 --- a/exomiser-data-phenotype/src/main/resources/application.properties +++ b/exomiser-data-phenotype/src/main/resources/application.properties @@ -2,7 +2,7 @@ # The Exomiser - A tool to annotate and prioritize genomic variants # # Copyright (c) 2016-2020 Queen Mary University of London. -# Copyright (c) 2012-2016 Charité Universitätsmedizin Berlin and Genome Research Ltd. +# Copyright (c) 2012-2016 Charité Universitätsmedizin Berlin and Genome Research Ltd. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -137,7 +137,7 @@ phenotype.resource.zfin-fish-human-orthologs.remote-file=human_orthos.txt ## ONTOLOGIES # HP -phenotype.resource.hp.url=https://raw.githubusercontent.com/obophenotype/human-phenotype-ontology/master/ +phenotype.resource.hp.url=http://purl.obolibrary.org/obo/ phenotype.resource.hp.remote-file=hp.obo # MP @@ -153,4 +153,4 @@ phenotype.resource.hp-hp-mappings.local-file=hp-hp-phenodigm-cache.txt.gz # HP-HP mappings phenotype.resource.hp-mp-mappings.local-file=hp-mp-phenodigm-cache.txt.gz # HP-HP mappings -phenotype.resource.hp-zp-mappings.local-file=hp-zp-phenodigm-cache.txt.gz \ No newline at end of file +phenotype.resource.hp-zp-mappings.local-file=hp-zp-phenodigm-cache.txt.gz