recipe usher

Ultrafast Sample Placement on Existing Trees (UShER).

Homepage:

https://github.com/yatisht/usher

Documentation:

https://usher-wiki.readthedocs.io/en/latest

License:

MIT / MIT

Recipe:

/usher/meta.yaml

Links:

doi: 10.1038/s41588-021-00862-7, biotools: usher, usegalaxy-eu: usher_matutils, usegalaxy-eu: usher

package usher

(downloads) docker_usher

versions:
0.6.4-00.6.3-10.6.3-00.6.2-10.6.2-00.6.1-10.6.1-00.6.0-00.5.6-2

0.6.4-00.6.3-10.6.3-00.6.2-10.6.2-00.6.1-10.6.1-00.6.0-00.5.6-20.5.6-10.5.6-00.5.5-00.5.4-10.5.4-00.5.3-00.5.2-20.5.2-10.5.2-00.5.1-00.5.0-10.5.0-00.4.8-40.4.8-00.4.7-00.4.6-00.4.4-00.4.3-00.4.2-00.4.1-00.4.0-10.4.0-00.3.5-00.3.4-00.3.2-00.3.1-10.3.1-00.2.1-00.2.0-10.2.0-00.1.3-0

depends _openmp_mutex:

>=4.5

depends boost-cpp:

depends isa-l:

>=2.31.1,<3.0a0

depends libgcc:

>=13

depends libgomp:

depends libstdcxx:

>=13

depends mafft:

depends openmpi:

>=4.1.6,<5.0a0

depends openssh:

depends protobuf:

<4

depends tbb:

>=2020.2,<2021.0.0a0

depends tbb-devel:

<2021.1.1

depends ucsc-fatovcf:

requirements:

additional platforms:
linux-aarch64osx-arm64

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 usher

and update with::

   mamba update usher

To create a new environment, run:

mamba create --name myenvname usher

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

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

Download stats