recipe dxpy

DNAnexus Platform API bindings for Python

Homepage:

https://github.com/dnanexus/dx-toolkit

Documentation:

http://autodoc.dnanexus.com/bindings/python/current/

License:

Apache / Apache-2.0

Recipe:

/dxpy/meta.yaml

package dxpy

(downloads) docker_dxpy

versions:
0.372.0-00.371.0-00.370.2-00.369.1-00.369.0-00.368.1-00.367.0-00.366.0-00.365.0-0

0.372.0-00.371.0-00.370.2-00.369.1-00.369.0-00.368.1-00.367.0-00.366.0-00.365.0-00.364.0-00.363.0-00.362.0-00.361.0-00.359.1-00.359.0-00.358.0-00.357.0-00.356.0-00.355.0-00.354.0-00.353.1-00.352.1-00.350.1-00.349.1-00.347.0-00.346.0-00.345.0-00.344.0-00.343.0-00.342.1-00.331.0-00.330.0-00.329.0-00.328.0-00.327.1-00.326.1-10.326.1-00.325.1-10.325.1-00.324.1-10.324.1-00.323.0-10.323.0-00.322.1-10.322.1-00.321.0-10.321.0-00.320.0-10.320.0-00.319.2-10.319.2-00.318.1-10.318.1-00.318.0-00.317.0-00.316.0-00.315.0-00.314.0-00.313.0-00.312.0-00.311.0-00.310.0-00.309.0-00.308.0-00.307.0-00.306.0-00.305.0-00.304.1-00.303.1-00.302.1-00.301.1-00.300.1-00.299.0-00.298.1-00.297.1-00.296.0-00.295.1-00.294.0-00.293.0-00.292.0-00.291.1-00.290.1-00.289.1-00.288.0-00.287.0-00.286.1-00.285.1-00.285.0-00.284.0-00.283.0-00.282.0-00.273.0-00.261.1-00.257.3-00.254.0-10.254.0-00.250.2-00.247.0-00.225.0-00.223.0-0

depends argcomplete:

>=1.9.4

depends certifi:

depends cryptography:

>=3.4.2,<37

depends pandas:

>=1.3.5

depends psutil:

>=3.3.0

depends python:

depends python-dateutil:

>=2.5

depends requests:

>=2.8.0,<2.27.1

depends urllib3:

>=1.25,<2.2

depends websocket-client:

0.54.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 dxpy

and update with::

   mamba update dxpy

To create a new environment, run:

mamba create --name myenvname dxpy

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

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

Download stats