recipe prank

PRANK is a probabilistic multiple alignment program for DNA, codon and amino-acid sequences.

Homepage:

http://wasabiapp.org/software/prank/

License:

GPL-3

Recipe:

/prank/meta.yaml

Links:

biotools: prank, doi: 10.1007/978-1-62703-646-7_10

package prank

(downloads) docker_prank

versions:

v.170427-7v.170427-6v.170427-5v.170427-4v.170427-3v.170427-2v.170427-1v.170427-0v.150803-0

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 prank

and update with::

   mamba update prank

To create a new environment, run:

mamba create --name myenvname prank

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

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

Download stats