recipe ratt

Rapid Annotation Transfer Tool

Homepage:

http://ratt.sourceforge.net

License:

GPL3

Recipe:

/ratt/meta.yaml

RATT is software to transfer annotation from a reference (annotated) genome to an unannotated query genome. It was first developed to transfer annotations between different genome assembly versions. However, it can also transfer annotations between strains and even different species, like Plasmodium chabaudi onto P. berghei, between different Leishmania species or Salmonella enterica onto other Salmonella serotypes. RATT is able to transfer any entries present on a reference sequence, such as the systematic id or an annotator's notes; such information would be lost in a de novo annotation.

package ratt

(downloads) docker_ratt

versions:

1.0.3-0

depends mummer:

depends perl:

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 ratt

and update with::

   mamba update ratt

To create a new environment, run:

mamba create --name myenvname ratt

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

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

Download stats