phenopacket-schema icon indicating copy to clipboard operation
phenopacket-schema copied to clipboard

BUGs in README example

Open stormliucong opened this issue 1 year ago • 0 comments

phenopacket = Parse(Phenopacket(), text=jsfile.read())

should be

phenopacket = Parse(message=Phenopacket(), text=jsfile.read())

stormliucong avatar Sep 30 '22 20:09 stormliucong