Skip to content

Commit

Permalink
Merge pull request #42 from GeneDx/release/0.4.0
Browse files Browse the repository at this point in the history
Release v0.4.0
  • Loading branch information
arvkevi authored Mar 4, 2020
2 parents 2ad1392 + 09b7c7b commit 82a07de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phenopy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__project__ = 'phenopy'
__version__ = '0.3.2'
__version__ = '0.4.0'

import sys
from contextlib import contextmanager
Expand Down
2 changes: 1 addition & 1 deletion phenopy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 82a07de

Please sign in to comment.