recipe maker

MAKER is a portable and easily configurable genome annotation pipeline.

Homepage:

http://www.yandell-lab.org/software/maker.html

License:

GPL3

Recipe:

/maker/meta.yaml

Links:

biotools: maker, usegalaxy-eu: maker

package maker

(downloads) docker_maker

versions:
3.01.03-23.01.03-13.01.03-02.31.11-12.31.11-02.31.10-172.31.10-162.31.10-152.31.10-14

3.01.03-23.01.03-13.01.03-02.31.11-12.31.11-02.31.10-172.31.10-162.31.10-152.31.10-142.31.10-132.31.10-122.31.10-112.31.10-102.31.10-92.31.10-82.31.10-72.31.10-62.31.9-62.31.9-32.31.9-22.31.9-12.31.9-0

depends augustus:

>=3.2.3

depends blast:

2.9.0.*

depends evidencemodeler:

depends exonerate:

depends libgcc-ng:

>=9.4.0

depends mpich:

>=3.4.3,<4.0a0

depends perl:

>=5.26.2,<5.26.3.0a0

depends perl-bioperl-core:

>=1.007002

depends perl-bit-vector:

depends perl-dbd-pg:

depends perl-dbd-sqlite:

depends perl-dbi:

depends perl-forks:

depends perl-inline-c:

>=0.78

depends perl-io-all:

depends perl-io-prompt:

depends perl-perl-unsafe-signals:

depends perl-perlio-gzip:

depends postgresql:

depends rapsearch:

depends repeatmasker:

>=4.1.1

depends rmblast:

2.9.0.*

depends snap:

depends snoscan:

depends trnascan-se:

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 maker

and update with::

   mamba update maker

To create a new environment, run:

mamba create --name myenvname maker

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

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

Download stats