Skip to main content

Resolwe SDK for Python

Project description

Build Status Coverage Status Documentation Status Version on PyPI Supported Python versions

Resolwe SDK for Python supports interaction with Resolwe server and its extension Resolwe Bioinformatics. You can use it to upload and inspect biomedical data sets, contribute annotations, run analysis, and write pipelines.

Docs & Help

Read the detailed description in documentation.

Install

Install from PyPI:

pip install resdk

If you would like to contribute to the SDK codebase, follow the installation steps for developers.

Quick Start

In this showcase we will download the aligned reads and their index (BAM and BAI) from the server:

import resdk

# Create a Resolwe object to interact with the server
res = resdk.Resolwe('admin', 'admin', 'https://torta.bcm.genialis.com')

# Print command details to stdout
resdk.start_logging()

# Get sample meta-data from the server
sample = res.sample.get('human-example-chr22')

# Download files associated with the sample
sample.download()

Both files (BAM and BAI) have downloaded to the working directory. Check them out. To learn more about the Resolwe SDK continue with Getting started.

If you do not have access to the Resolwe server, contact us at info@genialis.com.

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

resdk-1.8.0.tar.gz (301.9 kB view details)

Uploaded Source

Built Distribution

resdk-1.8.0-py2.py3-none-any.whl (51.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file resdk-1.8.0.tar.gz.

File metadata

  • Download URL: resdk-1.8.0.tar.gz
  • Upload date:
  • Size: 301.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for resdk-1.8.0.tar.gz
Algorithm Hash digest
SHA256 e3c3691dec1f791c2588655908eab665e970a1b6db6a53bde37028aba1c32fbf
MD5 8d2301212da5e82b8194add191f23b4b
BLAKE2b-256 1d73f535cc29b4b4fff32d539f2b4791836088ca854c479e2d0c7e295c91eaef

See more details on using hashes here.

File details

Details for the file resdk-1.8.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for resdk-1.8.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 47cc0bfa87b061b96450028f49ed74aa0d5cd1aad17a1f9746ef7b5ed69f0419
MD5 f4376377915bbb7f361a6004fa7119de
BLAKE2b-256 ebe24fd8dc3f8dc04c2d8596d501adef611a90426e8037a2efe023726fc0f6d2

See more details on using hashes here.

Supported by

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