recipe pb-assembly

Meta-package for Falcon/Unzip tool-suite (originally by Jason Chin)

Homepage:

https://github.com/PacificBiosciences/pbbioconda

License:

BSD 3-Clause Clear License

Recipe:

/pb-assembly/meta.yaml

package pb-assembly

(downloads) docker_pb-assembly

versions:
0.0.8-10.0.8-00.0.7-00.0.6-70.0.6-60.0.6-50.0.5-20.0.5-10.0.4-6

0.0.8-10.0.8-00.0.7-00.0.6-70.0.6-60.0.6-50.0.5-20.0.5-10.0.4-60.0.4-50.0.4-40.0.4-30.0.4-20.0.3-20.0.3-10.0.2-00.0.1-00.0.0-80.0.0-70.0.0-60.0.0-50.0.0-40.0.0-3

depends bedtools:

depends blasr:

depends bwa:

depends minimap2:

depends mummer4:

depends nim-falcon:

depends pb-dazzler:

depends pb-falcon:

>=2.2.2

depends pb-falcon-phase:

depends pbgcpp:

depends pbmm2:

depends python:

depends racon:

depends samtools:

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 pb-assembly

and update with::

   mamba update pb-assembly

To create a new environment, run:

mamba create --name myenvname pb-assembly

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/pb-assembly:<tag>

(see `pb-assembly/tags`_ for valid values for ``<tag>``)

Download stats