recipe crabs

Crabs (Creating Reference databases for Amplicon-Based Sequencing) is a program to download and curate reference databases for eDNA metabarcoding analyses

Homepage:

https://github.com/gjeunen/reference_database_creator

License:

MIT License

Recipe:

/crabs/meta.yaml

package crabs

(downloads) docker_crabs

versions:

0.1.1-0

depends argparse:

depends biopython:

1.78.*

depends cutadapt:

>=3.4

depends matplotlib-base:

depends muscle:

>=3.8.31

depends numpy:

depends pandas:

>=0.23.4

depends python:

>=3.6.10

depends tqdm:

depends vsearch:

>=2.13.3

depends wget:

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 crabs

and update with::

   mamba update crabs

To create a new environment, run:

mamba create --name myenvname crabs

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

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

Download stats