From 7336fa06072946a0d0731c8b4ac9ad54815a5eeb Mon Sep 17 00:00:00 2001 From: Kevin Arvai Date: Wed, 4 Mar 2020 09:18:26 -0500 Subject: [PATCH 1/2] new disease annotation file --- phenopy/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phenopy/config.py b/phenopy/config.py index ec39648..7959815 100644 --- a/phenopy/config.py +++ b/phenopy/config.py @@ -108,7 +108,7 @@ def download(url, file_path): data_directory, 'hpo_network.pickle', ), - 'disease_to_phenotype_file_url': 'http://compbio.charite.de/jenkins/job/hpo.annotations.current/5101/artifact/misc_2018/phenotype.hpoa', + 'disease_to_phenotype_file_url': 'http://compbio.charite.de/jenkins/job/hpo.annotations.current/lastStableBuild/artifact/current/phenotype.hpoa', 'disease_to_phenotype_file': os.path.join( data_directory, 'phenotype.hpoa', From 09b7c7be31d28202fbd5e7aeb9194b8662e621f8 Mon Sep 17 00:00:00 2001 From: Kevin Arvai Date: Wed, 4 Mar 2020 09:43:27 -0500 Subject: [PATCH 2/2] version bump --- phenopy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phenopy/__init__.py b/phenopy/__init__.py index c75d473..2a4c094 100755 --- a/phenopy/__init__.py +++ b/phenopy/__init__.py @@ -1,5 +1,5 @@ __project__ = 'phenopy' -__version__ = '0.3.2' +__version__ = '0.4.0' import sys from contextlib import contextmanager