-
Notifications
You must be signed in to change notification settings - Fork 112
Conversation
984447d
to
b016db2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @ejacox. +1 presents a step forward in making available a common genomics format to a wider community.
Will you please add the import of the Continuous Sets to protocol.py? https://github.com/ga4gh/schemas/blob/master/python/ga4gh/schemas/protocol.py |
Continuous Sets is part of Sequence Annotations, which is in protocol.py. |
An excellent addition to the protocol! Looking forward to seeing applications and example code! For now, here is a simple example using this protocol: https://gist.github.com/david4096/ac3813cbcbc913074e95b7c9519a38d3 We expect to continue development to provide resolution and perhaps summary statistics for Continuous data #820 . Thanks @ejacox ! |
This PR adds the Continuous message to SequenceAnnotations in order to represent continuous valued data. It closes #769.