David Steinberg
David Steinberg
It seems like BioSample is the basis for a preparation. Is it possible we need another entity to better describe these experiments? For example, would it make more sense to...
Although I'm not suggesting we use TCGA barcodes, I found this image helpful in thinking about the biosample data coverage.  https://wiki.nci.nih.gov/display/TCGA/TCGA+barcode
We use Google's `ListValue` and so some documentation to work with these data are provided. We might do a better job of separating documenting our data model and provide links...
Need to add details of using the sonatype staging repository http://central.sonatype.org/pages/releasing-the-deployment.html
@diekhans the calls array is left as is to improve the likelihood of acceptance by easing migration to the new access pattern.
Thanks @sarahhunt. I've added comments stating the `variant_set_id` is required and the other fields are optional. I have not made the expectation that they will be returned by genomic position....
As per @diekhans comment, I think removing the callSetIds parameter of variants/search is correct.
I think we can close this without [moving the datamodel to a new repository](https://github.com/ga4gh/schemas/issues/845). One alternative would be to address #815 and this one by moving things around in the...
Closed with https://github.com/ga4gh/schemas/pull/801
We should add `fromJsonDict` to go with `ParseDict`. Thanks @kusdhill