This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rich type representation in Attributes (#700)
* Replace info with with Attributes close #607 Attributes message is moved to metadata.proto info field was replaced for messages that had it with the field 'attributes' renamed the 'vals' field to 'attr' added to the available types in an attribute value message ('int32', 'int64', 'bool', 'double', 'null') Added attributes to the Variant Annotation Set message and RNA expression messages. * Remove references to info and update JSON example Remove unused package * Add attributes to reference/sets Close #537 * Bump reused tag number Remove unused import * Merge for genotypes list * Add maps and lists as possible attributes * Add analysis and program, reorder * Move messages to common Merge assay_metadata in order to support as attributes. * Clean up imports Add tests that show basic attributes examples * Update compiled proto Remove assay metadata from tests
- Loading branch information
Showing
30 changed files
with
1,298 additions
and
1,698 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 14 additions & 14 deletions
28
python/ga4gh/schemas/ga4gh/allele_annotation_service_pb2.py
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.