- recipe sevenbridges-python
SBG API python client bindings
- Homepage:
- License:
APACHE / Apache-2.0
- Recipe:
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¶
- versions:
2.11.1-0
,2.11.0-0
,2.10.3-0
,2.10.2-0
,2.10.1-0
,2.10.0-0
,2.9.2-0
,2.9.1-0
,2.9.0-0
,2.11.1-0
,2.11.0-0
,2.10.3-0
,2.10.2-0
,2.10.1-0
,2.10.0-0
,2.9.2-0
,2.9.1-0
,2.9.0-0
,2.8.1-0
,2.8.0-0
,2.7.0-0
,2.6.0-0
,2.5.1-0
,2.5.0-1
,2.5.0-0
,2.4.0-0
,2.3.0-0
,2.2.1-0
,2.2.0-0
,2.0.1-0
,1.1.1-0
,1.1.0-0
,1.0.9-0
,1.0.7-0
,1.0.6-0
,1.0.5-0
,1.0.4-0
,1.0.3-0
,1.0.2-0
,1.0.1-1
,1.0.1-0
,1.0.0-0
,0.29.3-0
,0.29.2-0
,0.29.1-0
,0.29.0-0
,0.28.1-0
,0.28.0-0
,0.27.0-0
,0.26.0-0
,0.25.1-0
,0.25.0-0
,0.24.5-0
,0.24.0-0
,0.23.3-0
,0.23.2-0
,0.23.1-0
,0.23.0-0
,0.22.0-0
,0.21.0-0
,0.20.3-0
,0.20.2-0
,0.20.0-0
,0.18.2-1
,0.18.2-0
,0.17.7-0
,0.17.5-0
,0.17.4-0
,0.17.3-0
,0.17.2-0
,0.17.1-0
,0.17.0-0
,0.16.0-0
,0.15.2-0
,0.15.0-0
,0.7.2-1
,0.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¶
Link to this page¶
Render an badge with the following MarkDown:
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/sevenbridges-python/README.html)