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

License:

GPL3 / GNU General Public License v3.0

Recipe:

/pipits/meta.yaml

package pipits

(downloads) docker_pipits

versions:
3.0-02.8-02.7-02.6-02.5-02.4-02.3-42.3-32.3-2

3.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 pandas:

depends pispino:

>=1.1

depends progressbar2:

depends python:

>=3

depends rdptools:

depends requests:

depends seqkit:

depends vsearch:

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