Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Peer service #806

Merged
merged 8 commits into from
Mar 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
339 changes: 339 additions & 0 deletions python/ga4gh/schemas/ga4gh/peer_service_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions python/ga4gh/schemas/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
from ga4gh.genotype_phenotype_service_pb2 import * # noqa
from ga4gh.rna_quantification_pb2 import * # noqa
from ga4gh.rna_quantification_service_pb2 import * # noqa
from ga4gh.peer_service_pb2 import * # noqa

import ga4gh.common_pb2 as common

Expand Down
Loading