recipe sevenbridges-python

SBG API python client bindings

Homepage:

https://github.com/sbg/sevenbridges-python

License:

APACHE / Apache-2.0

Recipe:

/sevenbridges-python/meta.yaml

sevenbridges-python is a Python library that provides an interface for the Seven Bridges Platform the Cancer Genomics Cloud and Cavatica public APIs. It works with Python versions 2.6+ and supports Python 3.

package sevenbridges-python

(downloads) docker_sevenbridges-python

versions:
2.11.0-02.10.3-02.10.2-02.10.1-02.10.0-02.9.2-02.9.1-02.9.0-02.8.1-0

2.11.0-02.10.3-02.10.2-02.10.1-02.10.0-02.9.2-02.9.1-02.9.0-02.8.1-02.8.0-02.7.0-02.6.0-02.5.1-02.5.0-12.5.0-02.4.0-02.3.0-02.2.1-02.2.0-02.0.1-01.1.1-01.1.0-01.0.9-01.0.7-01.0.6-01.0.5-01.0.4-01.0.3-01.0.2-01.0.1-11.0.1-01.0.0-00.29.3-00.29.2-00.29.1-00.29.0-00.28.1-00.28.0-00.27.0-00.26.0-00.25.1-00.25.0-00.24.5-00.24.0-00.23.3-00.23.2-00.23.1-00.23.0-00.22.0-00.21.0-00.20.3-00.20.2-00.20.0-00.18.2-10.18.2-00.17.7-00.17.5-00.17.4-00.17.3-00.17.2-00.17.1-00.17.0-00.16.0-00.15.2-00.15.0-00.7.2-10.7.2-0

depends python:

>=3

depends requests:

>=2.25.1

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install sevenbridges-python

and update with::

   mamba update sevenbridges-python

To create a new environment, run:

mamba create --name myenvname sevenbridges-python

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/sevenbridges-python:<tag>

(see `sevenbridges-python/tags`_ for valid values for ``<tag>``)

Download stats