recipe pybiolib

BioLib Python Client

Homepage:

https://github.com/biolib

License:

MIT

Recipe:

/pybiolib/meta.yaml

Links:

biotools: biolib

package pybiolib

(downloads) docker_pybiolib

versions:
1.1.2025-01.1.2023-01.1.2017-01.1.2013-01.1.2004-01.1.1998-01.1.1988-01.1.1979-01.1.1974-0

1.1.2025-01.1.2023-01.1.2017-01.1.2013-01.1.2004-01.1.1998-01.1.1988-01.1.1979-01.1.1974-01.1.1971-01.1.1957-01.1.1942-01.1.1934-01.1.1930-01.1.1923-01.1.1921-01.1.1917-01.1.1909-01.1.1881-01.1.1879-01.1.1855-01.1.1846-01.1.1834-01.1.1815-01.1.1794-01.1.1780-01.1.1774-01.1.1755-01.1.1749-01.1.1747-01.1.1745-01.1.1703-01.1.1691-01.1.1689-01.1.1685-01.1.1682-01.1.1673-01.1.1666-01.1.1660-01.1.1651-01.1.1648-01.1.1644-01.1.1641-01.1.1626-01.1.1608-01.1.1598-01.1.1571-01.1.1566-01.1.1558-01.1.1542-01.1.1535-01.1.1533-01.1.1530-01.1.1527-01.1.1514-01.1.1508-01.1.1499-01.1.1495-01.1.1478-01.1.1476-01.1.1474-01.1.1467-01.1.1437-01.1.1423-01.1.1412-01.1.1395-01.1.1393-01.1.1367-01.1.1360-01.1.1350-01.1.1342-01.1.1316-01.1.1310-01.1.1306-01.1.1301-01.1.1282-01.1.1277-01.1.1272-01.1.1264-01.1.1225-01.1.1218-01.1.1216-01.1.1207-01.1.1200-01.1.1198-01.1.1194-01.1.1185-01.1.1172-01.1.1167-01.1.1146-01.1.1125-01.1.1121-01.1.1101-01.1.1073-01.1.1065-01.1.1044-01.1.1029-01.1.1027-01.1.1011-01.1.997-01.1.988-01.1.944-01.1.930-01.1.918-01.1.916-01.1.911-01.1.862-01.1.860-01.1.835-01.1.825-01.1.824-01.1.822-01.1.814-01.1.809-0

depends appdirs:

>=1.4.3

depends click:

>=8.0.0,<8.1.0

depends docker-py:

>=5.0.3

depends flask:

>=2.0.1

depends flask-cors:

>=3.0.10

depends gunicorn:

>=20.1.0

depends importlib-metadata:

>=1.6.1

depends pycryptodome:

>=3.9.9

depends pyjwt:

>=2.3.0

depends python:

>=3.6,<4.0

depends pyyaml:

>=5.3.1

depends requests:

>=2.25.1,<2.30.0

depends rich:

>=12.4.4,<13.0.0

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 pybiolib

and update with::

   mamba update pybiolib

To create a new environment, run:

mamba create --name myenvname pybiolib

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/pybiolib:<tag>

(see `pybiolib/tags`_ for valid values for ``<tag>``)

Download stats