recipe pipits

PIPITS: An automated pipeline for analyses of fungal internal transcribed spacer (ITS) sequences from the Illumina sequencing platform.

Homepage:

https://github.com/hsgweon/pipits

Documentation:

https://github.com/hsgweon/pipits/blob/4.0/README.md

License:

GPL3 / GPL-3.0-or-later

Recipe:

/pipits/meta.yaml

Links:

doi: 10.1111/2041-210X.12399

package pipits

(downloads) docker_pipits

versions:
4.0-14.0-03.1-03.0-02.8-02.7-02.6-02.5-02.4-0

4.0-14.0-03.1-03.0-02.8-02.7-02.6-02.5-02.4-02.3-42.3-32.3-22.3-12.3-02.2-22.2-12.1-52.1-32.1-22.1-12.0-12.0-0

depends biom-format:

depends fastx_toolkit:

depends hmmer:

depends itsx:

depends numpy:

depends progressbar2:

depends python:

>=3.10

depends rdptools:

depends requests:

depends seqkit:

depends vsearch:

requirements:

additional platforms:

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 pipits

and update with::

   mamba update pipits

To create a new environment, run:

mamba create --name myenvname pipits

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

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

Download stats