recipe quast

Quality Assessment Tool for Genome Assemblies

Homepage:

http://quast.sourceforge.net/

License:

Custom

Recipe:

/quast/meta.yaml

Links:

biotools: quast, doi: 10.1093/bioinformatics/btt086

package quast

(downloads) docker_quast

versions:
5.2.0-35.2.0-25.2.0-15.2.0-05.0.2-75.0.2-65.0.2-55.0.2-45.0.2-3

5.2.0-35.2.0-25.2.0-15.2.0-05.0.2-75.0.2-65.0.2-55.0.2-45.0.2-35.0.2-25.0.2-15.0.2-05.0.1-05.0.0-15.0.0-04.6.3-24.6.3-14.6.3-04.6.1-04.5-14.4-14.4-04.3-24.3-14.1-14.1-03.2-1

depends bedtools:

depends blast:

depends bwa:

depends circos:

depends glimmerhmm:

depends joblib:

depends libgcc-ng:

>=12

depends libstdcxx-ng:

>=12

depends libzlib:

>=1.2.13,<1.3.0a0

depends matplotlib-base:

depends minimap2:

>=2.10

depends openjdk:

>=8

depends perl:

>=5.32.1,<5.33.0a0 *_perl5

depends python:

>=3.10,<3.11.0a0

depends python_abi:

3.10.* *_cp310

depends simplejson:

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 quast

and update with::

   mamba update quast

To create a new environment, run:

mamba create --name myenvname quast

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

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

Notes

- GeneMark gene prediction software is disabled due to licensing issues

Download stats