GA4GH API Schemas
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
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
ga4gh_schemas-0.6.0a9.tar.gz
(2.1 MB
view details)
File details
Details for the file ga4gh_schemas-0.6.0a9.tar.gz
.
File metadata
- Download URL: ga4gh_schemas-0.6.0a9.tar.gz
- Upload date:
- Size: 2.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99e246949ae7e63bb92df606e37091856054724d46fb57e6fa4c7d06c664d905 |
|
MD5 | c1b565dba5af1955e6644f9cfd729f02 |
|
BLAKE2b-256 | 0f5266b3f4c796efe0f217f21b2ff3b8d02f0a4e733123eb3376756b20af98a4 |