recipe ont-fast5-api

Oxford Nanopore Technologies fast5 API software

Homepage:

https://github.com/nanoporetech/ont_fast5_api

License:

MOZILLA / MPL-2.0

Recipe:

/ont-fast5-api/meta.yaml

package ont-fast5-api

(downloads) docker_ont-fast5-api

versions:
4.1.3-04.1.2-04.1.1-04.1.0-04.0.2-04.0.0-03.3.0-03.2.0-03.1.6-0

4.1.3-04.1.2-04.1.1-04.1.0-04.0.2-04.0.0-03.3.0-03.2.0-03.1.6-03.1.5-03.1.4-03.1.3-23.1.3-13.1.3-03.0.1-03.0.0-02.0.1-02.0.0-01.4.8-11.4.8-01.4.7-01.4.4-01.4.3-01.4.0-01.3.0-01.2.0-01.1.0-01.0.1-11.0.1-00.4.1-10.4.1-0

depends h5py:

>=2.6

depends hdf5:

depends numpy:

>=1.11

depends packaging:

depends progressbar33:

>=2.3.1

depends python:

>=3

depends six:

>=1.9

depends tar:

depends zstd:

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 ont-fast5-api

and update with::

   mamba update ont-fast5-api

To create a new environment, run:

mamba create --name myenvname ont-fast5-api

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/ont-fast5-api:<tag>

(see `ont-fast5-api/tags`_ for valid values for ``<tag>``)

Download stats