Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

resdk

Package Overview
Dependencies
Maintainers
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resdk

Resolwe SDK for Python

  • 21.2.1
  • PyPI
  • Socket score

Maintainers
5

====================== Resolwe SDK for Python

|build| |build-e2e| |coverage| |docs| |pypi_version| |pypi_pyversions|

.. |build| image:: https://github.com/genialis/resolwe-bio-py/workflows/ReSDK%20CI/badge.svg?branch=master :target: https://github.com/genialis/resolwe-bio-py/actions?query=branch%3Amaster :alt: Build Status

.. |build-e2e| image:: https://public.ci.genialis.io/buildStatus/icon/resolwe-bio-py/master :target: https://ci.genialis.io/blue/organizations/jenkins/resolwe-bio-py/activity :alt: Build (End-to-End) Status

.. |coverage| image:: https://img.shields.io/codecov/c/github/genialis/resolwe-bio-py/master.svg :target: http://codecov.io/github/genialis/resolwe-bio-py?branch=master :alt: Coverage Status

.. |docs| image:: https://readthedocs.org/projects/resdk/badge/?version=latest :target: http://resdk.readthedocs.io/ :alt: Documentation Status

.. |pypi_version| image:: https://img.shields.io/pypi/v/resdk.svg :target: https://pypi.python.org/pypi/resdk :alt: Version on PyPI

.. |pypi_pyversions| image:: https://img.shields.io/pypi/pyversions/resdk.svg :target: https://pypi.python.org/pypi/resdk :alt: Supported Python versions

.. |pypi_downloads| image:: https://img.shields.io/pypi/dm/resdk.svg :target: https://pypi.python.org/pypi/resdk :alt: Number of downloads from PyPI

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.

.. _Resolwe Bioinformatics: https://github.com/genialis/resolwe-bio .. _Resolwe: https://github.com/genialis/resolwe

Docs & Help

Read the detailed description in documentation_.

.. _documentation: http://resdk.readthedocs.io/

Install

Install from PyPI::

pip install resdk

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

.. note::

If you are using Apple silicon you should use Python version 3.10 or higher.

.. _installation steps for developers: http://resdk.readthedocs.io/en/latest/contributing.html

Quick Start

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

.. code-block:: python

import resdk

Create a Resolwe object to interact with the server

res = resdk.Resolwe(url='https://app.genialis.com')

Enable verbose logging to standard output

resdk.start_logging()

Get sample meta-data from the server

sample = res.sample.get('resdk-example')

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_.

.. _Getting started: http://resdk.readthedocs.io/en/latest/tutorials.html

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc