monarch-initiative / dipper

Data Ingestion Pipeline for Monarch
https://dipper.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
57 stars 26 forks source link

OMIM phenotypic series inclusion #783

Closed TomConlin closed 5 years ago

TomConlin commented 5 years ago

bring back phenotypic series. changing a test from not greater than one to exactly one earlier this year unnecessary caused a drop in the number of PhenotypicSeries to OMIM associations. the solution is to remove the dependency altogether (including when test is greater than one)

TomConlin commented 5 years ago

Travis succeeding with python3.5 and failing with python3.6 while loading requirements.txt has nothing to do with this P.R.