recipe comparative-annotation-toolkit

A straightforward end-to-end pipeline that takes as input a HAL-format multiple whole genome alignment as well as a GFF3 file representing annotations on one high quality assembly in the HAL alignment, and produces a output GFF3 annotation on all target genomes chosen

Homepage:

https://github.com/ComparativeGenomicsToolkit/Comparative-Annotation-Toolkit

License:

APACHE / Apache 2.0

Recipe:

/comparative-annotation-toolkit/meta.yaml

Links:

doi: 10.1101/231118

package comparative-annotation-toolkit

(downloads) docker_comparative-annotation-toolkit

versions:

0.1-20.1-10.1-0

depends augustus:

>=3.3

depends bamtools:

depends bx-python:

>=0.7.1

depends configobj:

>=5.0

depends ete3:

depends frozendict:

depends luigi:

>=2.5

depends numpy:

>=1.10

depends pandas:

>=0.18

depends pyfasta:

>=0.5.2

depends pysam:

>=0.10

depends python:

2.7.*

depends samtools:

>=1.3

depends scipy:

>=0.18.1

depends seaborn:

>=0.7

depends sqlalchemy:

>=1.0

depends toil:

>=3.5

depends ucsc-axtchain:

depends ucsc-bamtopsl:

depends ucsc-bedsort:

depends ucsc-bedtobigbed:

depends ucsc-blat:

depends ucsc-chainmergesort:

depends ucsc-clustergenes:

depends ucsc-fatotwobit:

depends ucsc-genepredtobed:

depends ucsc-genepredtofakepsl:

depends ucsc-genepredtogtf:

depends ucsc-gff3togenepred:

depends ucsc-gtftogenepred:

depends ucsc-pslcdnafilter:

depends ucsc-pslcheck:

depends ucsc-pslmap:

depends ucsc-pslmappostchain:

depends ucsc-pslpostarget:

depends ucsc-pslrecalcmatch:

depends ucsc-psltobigpsl:

depends ucsc-transmappsltogenepred:

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 comparative-annotation-toolkit

and update with::

   mamba update comparative-annotation-toolkit

To create a new environment, run:

mamba create --name myenvname comparative-annotation-toolkit

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/comparative-annotation-toolkit:<tag>

(see `comparative-annotation-toolkit/tags`_ for valid values for ``<tag>``)

Download stats