recipe ncbi-amrfinderplus

AMRFinderPlus finds antimicrobial resistance and other genes in protein or nucleotide sequences.

Homepage:

https://github.com/ncbi/amr/wiki

License:

Public Domain

Recipe:

/ncbi-amrfinderplus/meta.yaml

Links:

doi: 10.1038/s41598-021-91456-0

This software and the accompanying database are designed to find acquired antimicrobial resistance genes in bacterial protein or nucleotide sequences as well as known point mutations for several taxa. With AMRFinderPlus we have added select members of additional classes of genes such as virulence factors, biocide, heat, acid, and metal resistance genes.

package ncbi-amrfinderplus

(downloads) docker_ncbi-amrfinderplus

versions:
3.12.8-03.11.26-03.11.20-03.11.18-03.11.17-03.11.14-13.11.14-03.11.11-13.11.11-0

3.12.8-03.11.26-03.11.20-03.11.18-03.11.17-03.11.14-13.11.14-03.11.11-13.11.11-03.11.4-03.11.2-03.10.45-03.10.42-03.10.40-13.10.40-03.10.36-13.10.36-03.10.30-13.10.30-03.10.24-03.10.23-13.10.23-03.10.21-03.10.20-03.10.18-03.10.16-03.10.14-03.10.5-03.10.1-13.10.1-03.9.8-03.9.3-03.8.28-03.8.4-13.8.4-03.6.15-03.6.10-03.6.7-03.6.4-03.2.3-03.2.1-03.1.1b-03.0.12-03.0.11-03.0.9-03.0.8-0

depends blast:

>=2.9

depends curl:

depends hmmer:

>=3.2

depends libcurl:

>=8.5.0,<9.0a0

depends libgcc-ng:

>=12

depends libstdcxx-ng:

>=12

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 ncbi-amrfinderplus

and update with::

   mamba update ncbi-amrfinderplus

To create a new environment, run:

mamba create --name myenvname ncbi-amrfinderplus

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/ncbi-amrfinderplus:<tag>

(see `ncbi-amrfinderplus/tags`_ for valid values for ``<tag>``)

Download stats