GeneDx / phenopy

Phenotype comparison tools using semantic similarity.
Other
59 stars 10 forks source link

Bugfix/no code in init #65

Closed arvkevi closed 3 years ago

arvkevi commented 3 years ago

Moves code out of __init__.py. The code that was there was breaking a fresh phenopy install because it trying to import libraries in setup() in setup.py.

arvkevi commented 3 years ago

@vgainullin txt2hpo will need to change the import statements for phenopy. from phenopy import generate_annotated_network becomes from phenopy.build_hpo import generate_annotated_network.