recipe perl-bioperl

Bioinformatics Toolkit

Homepage:

http://metacpan.org/pod/BioPerl

License:

perl_5

Recipe:

/perl-bioperl/meta.yaml

Links:

biotools: bioperl, doi: 10.1007/978-1-59745-535-0_26

package perl-bioperl

(downloads) docker_perl-bioperl

versions:
1.7.8-11.7.8-01.7.2-111.7.2-101.7.2-91.7.2-81.6.924-71.6.924-61.6.924-5

1.7.8-11.7.8-01.7.2-111.7.2-101.7.2-91.7.2-81.6.924-71.6.924-61.6.924-51.6.924-41.6.924-31.6.924-21.6.924-11.6.924-0

depends perl:

depends perl-bio-asn1-entrezgene:

depends perl-bio-coordinate:

depends perl-bio-featureio:

depends perl-bio-samtools:

depends perl-bio-searchio-hmmer:

depends perl-bio-tools-phylo-paml:

depends perl-bio-tools-run-alignment-clustalw:

depends perl-bio-tools-run-alignment-tcoffee:

depends perl-bioperl-core:

1.7.8.*

depends perl-bioperl-run:

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

and update with::

   mamba update perl-bioperl

To create a new environment, run:

mamba create --name myenvname perl-bioperl

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/perl-bioperl:<tag>

(see `perl-bioperl/tags`_ for valid values for ``<tag>``)

Download stats