recipe isoseq3

Iso-Seq - Scalable De Novo Isoform Discovery

Homepage:

https://github.com/PacificBiosciences/pbbioconda

License:

BSD-3-Clause-Clear

Recipe:

/isoseq3/meta.yaml

package isoseq3

(downloads) docker_isoseq3

versions:
4.0.0-03.8.2-03.8.1-03.8.0-03.7.0-03.4.0-03.3.0-03.2.2-03.2.1-3

4.0.0-03.8.2-03.8.1-03.8.0-03.7.0-03.4.0-03.3.0-03.2.2-03.2.1-33.2.1-23.2.1-13.2.1-03.2.0-03.1.2-03.1.0-03.0.0-23.0.0-13.0.0-00.7.2-20.7.2-10.7.2-0

depends isoseq:

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 isoseq3

and update with::

   mamba update isoseq3

To create a new environment, run:

mamba create --name myenvname isoseq3

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

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

Download stats