monarch-initiative / pyphetools

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

PhenopacketTable -- def from_individuals(individual_list:List[Individual], metadata:MetaData): #74

Closed pnrobinson closed 5 months ago

pnrobinson commented 5 months ago

Adapt this method so that the MetaData can be created from the Individual object's citation. This is just for display and it would make it easier to do it this way for the CaseTemplateEncoder.

pnrobinson commented 5 months ago

done