Skip to main content

HaploHub API

Project description

haplohub

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 1.0
  • Package version: 1.0.0
  • Generator version: 7.11.0-SNAPSHOT
  • Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen

Requirements.

Python 3.7+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import haplohub

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import haplohub

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import time
import haplohub
from haplohub.rest import ApiException
from pprint import pprint

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure Bearer authorization: 
configuration = haplohub.Configuration(
    access_token=os.environ["API_KEY"]
)


# Enter a context with an instance of the API client
with haplohub.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = haplohub.ApiKeyApi(api_client)
    create_api_key_schema = haplohub.CreateApiKeySchema() # CreateApiKeySchema | 

    try:
        # Create Api Key
        api_response = api_instance.haplohub_api_v1_api_key_create_api_key(create_api_key_schema)
        print("The response of ApiKeyApi->haplohub_api_v1_api_key_create_api_key:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling ApiKeyApi->haplohub_api_v1_api_key_create_api_key: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
ApiKeyApi haplohub_api_v1_api_key_create_api_key POST /api/v1/api-key/ Create Api Key
ApiKeyApi haplohub_api_v1_api_key_delete_api_key DELETE /api/v1/api-key/{api_key_id}/ Delete Api Key
ApiKeyApi haplohub_api_v1_api_key_list_api_keys GET /api/v1/api-key/ List Api Keys
BiomarkerApi list_biomarker_results GET /api/v1/cohort/{cohort_id}/biomarker/result/ List biomarker results
CohortApi create_cohort POST /api/v1/cohort/ Create cohort
CohortApi delete_cohort DELETE /api/v1/cohort/{cohort_id}/ Delete cohort
CohortApi get_cohort GET /api/v1/cohort/{cohort_id}/ Get cohort
CohortApi list_cohorts GET /api/v1/cohort/ List cohorts
CohortApi update_cohort PUT /api/v1/cohort/{cohort_id}/ Update cohort
EnvironmentApi create_environment POST /api/v1/environment/ Create environment
EnvironmentApi list_environments GET /api/v1/environment/ List environments
EnvironmentApi switch_environment POST /api/v1/environment/{environment_id}/switch/ Switch environment
FileApi delete_file DELETE /api/v1/cohort/{cohort_id}/file/{file_id}/ Delete file
FileApi download_link POST /api/v1/cohort/{cohort_id}/file/{file_id}/download-link/ Get download link
FileApi download_link_by_path POST /api/v1/cohort/{cohort_id}/file/download-link/ Get download link by file path
FileApi get_file GET /api/v1/cohort/{cohort_id}/file/{file_id}/ Get file
FileApi list_files GET /api/v1/cohort/{cohort_id}/file/ List files
LogApi list_logs GET /api/v1/log/ List logs
MemberApi create_member POST /api/v1/cohort/{cohort_id}/member/ Create member
MemberApi delete_member DELETE /api/v1/cohort/{cohort_id}/member/{member_id}/ Delete member
MemberApi get_member GET /api/v1/cohort/{cohort_id}/member/{member_id}/ Get member
MemberApi list_members GET /api/v1/cohort/{cohort_id}/member/ List members
MemberApi update_member PUT /api/v1/cohort/{cohort_id}/member/{member_id}/ Update member
MemberReportApi create_member_report POST /api/v1/cohort/{cohort_id}/member/{member_id}/report/{report_template_id}/create/ Create member report
MetadataApi list_accession GET /api/v1/metadata/accession/ List Accessions
ModelApi create_model POST /api/v1/model/ Create model
ModelApi list_models GET /api/v1/model/ List models
ModelApi push_model POST /api/v1/model/{model_id}/push/ Push model
PredictionApi get_prediction GET /api/v1/prediction/{prediction_id}/ Get prediction
PredictionApi get_prediction_results GET /api/v1/prediction/{prediction_id}/results/ Get prediction results
PredictionApi list_predictions GET /api/v1/prediction/ List predictions
PredictionApi run_prediction POST /api/v1/prediction/ Run prediction
ReportTemplateApi create_report_template POST /api/v1/report-template/ Create report template
ReportTemplateApi delete_report_template DELETE /api/v1/report-template/{report_template_id}/ Delete report template
ReportTemplateApi get_report_template GET /api/v1/report-template/{report_template_id}/ Get report template
ReportTemplateApi list_report_templates GET /api/v1/report-template/ List report templates
ReportTemplateApi preview_report_template GET /api/v1/report-template/{report_template_id}/preview/ Preview report template
ReportTemplateApi update_report_template PUT /api/v1/report-template/{report_template_id}/ Update report template
SampleApi create_sample POST /api/v1/cohort/{cohort_id}/sample/ Create sample
SampleApi delete_sample DELETE /api/v1/cohort/{cohort_id}/sample/{sample_id}/ Delete sample
SampleApi get_sample GET /api/v1/cohort/{cohort_id}/sample/{sample_id}/ Get sample
SampleApi hgvs_dosage GET /api/v1/sample/ Fetch the dosage of a given allele for a sample based on the hgvs nomenclature. For example 'NC_000001.11:g.11794419T>G'
SampleApi list_samples GET /api/v1/cohort/{cohort_id}/sample/ List samples
SampleApi update_sample PUT /api/v1/cohort/{cohort_id}/sample/{sample_id}/ Update sample
UploadApi create_upload_request POST /api/v1/cohort/{cohort_id}/upload/request/ Create upload request
VariantApi get_variant POST /api/v1/cohort/{cohort_id}/variant/ Get Variant
VariantApi lookup_hgvs POST /api/v1/cohort/{cohort_id}/variant/hgvs/ Lookup Hgvs
WorkflowApi get_workflow_run GET /api/v1/workflow/run/{workflow_run_id}/ Get workflow run
WorkflowApi list_workflow_runs GET /api/v1/workflow/run/ List workflow runs
DefaultApi status GET /api/v1/status/ Status

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

Auth0JWTBearer

  • Type: Bearer authentication

Author

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

haplohub-1.0.11.tar.gz (183.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

haplohub-1.0.11-py3-none-any.whl (212.0 kB view details)

Uploaded Python 3

File details

Details for the file haplohub-1.0.11.tar.gz.

File metadata

  • Download URL: haplohub-1.0.11.tar.gz
  • Upload date:
  • Size: 183.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for haplohub-1.0.11.tar.gz
Algorithm Hash digest
SHA256 6a26f828425ffde2ae008648b276a0d982f9451440544bc25b077817b3fdf86c
MD5 1f7593c487df5eb051fe36bd2c5faa39
BLAKE2b-256 9234f71f811c5042391ecbf1335a647920a0a2a8a7e61f9cd215312cc330d97c

See more details on using hashes here.

Provenance

The following attestation bundles were made for haplohub-1.0.11.tar.gz:

Publisher: on_push_main.yml on haplotypelabs/haplohub-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file haplohub-1.0.11-py3-none-any.whl.

File metadata

  • Download URL: haplohub-1.0.11-py3-none-any.whl
  • Upload date:
  • Size: 212.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for haplohub-1.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 edd2b353e4a8bee1a7d1cc6d10c63782df0a8b15cdaca1505dbaa3c42fa8b435
MD5 9c04ad03b74c30307f1ca8cc15de9f49
BLAKE2b-256 481b5ba7bf6473ad2895ad48689dea2f83e73436cb609296adc3d457a3a25db9

See more details on using hashes here.

Provenance

The following attestation bundles were made for haplohub-1.0.11-py3-none-any.whl:

Publisher: on_push_main.yml on haplotypelabs/haplohub-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page