recipe funannotate

funannotate: eukaryotic genome annotation pipeline

Homepage:

https://github.com/nextgenusfs/funannotate

Documentation:

funannotate.readthedocs.io

License:

BSD / BSD-2-Clause

Recipe:

/funannotate/meta.yaml

package funannotate

(downloads) docker_funannotate

versions:
1.8.15-21.8.15-11.8.15-01.8.13-01.8.11-01.8.9-31.8.9-21.8.9-11.8.9-0

1.8.15-21.8.15-11.8.15-01.8.13-01.8.11-01.8.9-31.8.9-21.8.9-11.8.9-01.8.7-01.8.5-11.8.5-01.8.3-01.8.1-11.8.1-01.7.4-11.7.4-01.7.3-01.7.2-01.7.1-1

depends augustus:

3.5.0

depends bamtools:

depends bedtools:

depends biopython:

depends blast:

depends codingquarry:

depends diamond:

>=2.1.6

depends distro:

depends ete3:

depends evidencemodeler:

1.1.1

depends exonerate:

depends glimmerhmm:

depends goatools:

depends hisat2:

depends hmmer:

depends iqtree:

depends kallisto:

>=0.46.0,<0.46.2

depends mafft:

>=7

depends matplotlib-base:

<3.5

depends minimap2:

depends natsort:

depends numpy:

depends pandas:

<2.0

depends pasa:

>=2.4.1

depends perl:

depends perl-clone:

depends perl-db-file:

depends perl-dbd-mysql:

depends perl-hash-merge:

depends perl-json:

depends perl-local-lib:

depends perl-logger-simple:

depends perl-math-utils:

depends perl-mce:

depends perl-parallel-forkmanager:

depends perl-scalar-util-numeric:

depends perl-soap-lite:

depends perl-text-soundex:

depends phyml:

depends pigz:

depends proteinortho:

>=6.0.16

depends psutil:

depends python:

>=3.6,<3.9

depends r-base:

>=3.4.1

depends raxml:

depends requests:

depends salmon:

>=0.9

depends samtools:

>=1.9

depends scikit-learn:

depends scipy:

depends seaborn:

depends snap:

depends stringtie:

depends tantan:

depends tbl2asn:

depends trimal:

depends trimmomatic:

depends trinity:

>=2.8.5 h8b12597_5

depends trnascan-se:

depends ucsc-pslcdnafilter:

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 funannotate

and update with::

   mamba update funannotate

To create a new environment, run:

mamba create --name myenvname funannotate

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

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

Download stats