ga4gh-schemas 0.0.9
pip install ga4gh-schemas
Latest version
Released:
GA4GH API Schemas
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache License 2.0)
- Author: Global Alliance for Genomics and Health
- Tags genomics, reference
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
- Topic
Project description
GA4GH Schemas
This is the GA4GH schemas compiled as Protocol Buffers descriptors. It can be used describe and serialize genomics data using a standard interchange format.
import ga4gh.schemas.ga4gh.variants_pb2 as variants
my_variant = variants.Variant(
reference_name="1",
start=1832,
end=4123,
reference_bases="A",
alternate_bases=["C"])
Full documentation is available at read-the-docs.org.
To read more about how the GA4GH API uses Protocol Buffers, see here here.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache License 2.0)
- Author: Global Alliance for Genomics and Health
- Tags genomics, reference
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ga4gh_schemas-0.0.9.tar.gz
.
File metadata
- Download URL: ga4gh_schemas-0.0.9.tar.gz
- Upload date:
- Size: 2.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 490ed4600de5ed221bea35ff50bfcd281f3abc253e0cad982e9eae2803d30d79 |
|
MD5 | 1f933c12158cc6a0cddef4ce62ec3837 |
|
BLAKE2b-256 | 080eae02640ac222c7eedab26d9afe0c0803a446becba56c1c89d1102b70b37e |