monarch-initiative / pyphetools

Python Phenopacket Tools
https://monarch-initiative.github.io/pyphetools/
MIT License
9 stars 1 forks source link

ContentValidation #62

Closed pnrobinson closed 7 months ago

pnrobinson commented 7 months ago

This

errors = validator.validate_phenopacket_list(ppacket_list)

should probably return HTML or we should have a method such as

display(HTML(ContentValidator.to_html(errors, phenopacket_list)))
pnrobinson commented 7 months ago

this has been refactored, should be OK now