Jules Jacobsen
Jules Jacobsen
@seru71 Cool, that's exactly the right use-case! @DGMichael good to hear.
If your EHR exposes a REST API it should be possible to add the URI to a [File](https://phenopacket-schema.readthedocs.io/en/v2/file.html#rstfile) message attached to a phenopacket instance. As @pnrobinson said there isn't a...
Well, if it's your app and your data and system, then you can create a wrapper message like this: ```proto syntax = proto3; import "phenopackets/schema/v2/phenopackets.proto"; message UdniReport { Phenopacket phenopacket...
If you're sharing this data with anyone else then yes, stuffing a picture into a string type will cause some confused apps as they will not render the data correctly....
Also use the updated [constraint scores](https://gnomad.broadinstitute.org/downloads#v4-constraint)
These are included in data release 2402_hg38
When you say 'make it easier to maintain the java' do you mean 'refactor the FromOwl class' or 're-implement the immutables-based serialisation model'?
> find out how https://github.com/geneontology/obographs/tree/master/schema json-schemas are generated These are auto-generated from the Jackson annotations on the obographs-model classes by the test class obographs-core/src/test/java/org/geneontology/obographs/core/io/OgSchemaGeneratorTest.java
See also issue #104
So this in on the Graph object? ```yaml graphDocument: graphs: - id: hp prefixes: - prefix: "HP" namespace: "http://purl.obolibrary.org/obo/HP_" ``` To answer my own question, [yes](https://incatools.github.io/ontology-access-kit/datamodels/obograph/Graph.html#slots). However, this is also...