recipe dfast

DDBJ Fast Annotation and Submission Tool - Prokaryotic genome annotation pipeline

Homepage:

https://dfast.nig.ac.jp

Developer docs:

https://github.com/nigyta/dfast_core

License:

GPL / GPLv3

Recipe:

/dfast/meta.yaml

Links:

biotools: dfast, doi: 10.1093/bioinformatics/btx713

package dfast

(downloads) docker_dfast

versions:
1.2.21-01.2.20-01.2.19-11.2.19-01.2.18-21.2.18-11.2.18-01.2.17-01.2.16-0

1.2.21-01.2.20-01.2.19-11.2.19-01.2.18-21.2.18-11.2.18-01.2.17-01.2.16-01.2.15-11.2.15-01.2.14-01.2.13-11.2.13-01.2.12-01.2.11-01.2.10-01.2.7-01.2.6-11.2.6-01.2.5-01.2.4-01.2.3-21.2.3-11.2.3-0

depends aragorn:

depends barrnap:

depends biopython:

depends blast:

>=2.6.0

depends ghostx:

depends hmmer:

>=3.1b2

depends libgcc-ng:

>=12

depends libstdcxx-ng:

>=12

depends libzlib:

>=1.2.13,<1.3.0a0

depends metagene_annotator:

>=1.0

depends openjdk:

depends python:

>=3.7

depends zlib:

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 dfast

and update with::

   mamba update dfast

To create a new environment, run:

mamba create --name myenvname dfast

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

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

Download stats