:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'maker' .. highlight: bash maker ===== .. conda:recipe:: maker :replaces_section_title: :noindex: 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: :biotools:`maker`, usegalaxy-eu: :usegalaxy-eu:`maker` .. conda:package:: maker |downloads_maker| |docker_maker| :versions: .. raw:: html
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-2``,  ``3.01.03-1``,  ``3.01.03-0``,  ``2.31.11-1``,  ``2.31.11-0``,  ``2.31.10-17``,  ``2.31.10-16``,  ``2.31.10-15``,  ``2.31.10-14``,  ``2.31.10-13``,  ``2.31.10-12``,  ``2.31.10-11``,  ``2.31.10-10``,  ``2.31.10-9``,  ``2.31.10-8``,  ``2.31.10-7``,  ``2.31.10-6``,  ``2.31.9-6``,  ``2.31.9-3``,  ``2.31.9-2``,  ``2.31.9-1``,  ``2.31.9-0`` .. raw:: html
: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: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`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: (see `maker/tags`_ for valid values for ````) .. |downloads_maker| image:: https://img.shields.io/conda/dn/bioconda/maker.svg?style=flat :target: https://anaconda.org/bioconda/maker :alt: (downloads) .. |docker_maker| image:: https://quay.io/repository/biocontainers/maker/status :target: https://quay.io/repository/biocontainers/maker .. _`maker/tags`: https://quay.io/repository/biocontainers/maker?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/maker/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/maker/README.html