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 / GPL-3.0-only

Recipe:

/dfast/meta.yaml

Links:

biotools: dfast, doi: 10.1093/bioinformatics/btx713

package dfast

(downloads) docker_dfast

Versions:
1.3.8-01.3.7-01.3.6-01.3.5-01.3.4-11.3.4-01.3.2-11.3.2-01.3.1-0

1.3.8-01.3.7-01.3.6-01.3.5-01.3.4-11.3.4-01.3.2-11.3.2-01.3.1-01.3.0-01.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:
  • on aragorn

  • on barrnap

  • on biopython

  • on blast >=2.6.0

  • on ghostx

  • on hmmer >=3.1b2

  • on libgcc >=13

  • on libstdcxx >=13

  • on libzlib >=1.3.1,<2.0a0

  • on metagene_annotator >=1.0

  • on openjdk

  • on plasmidfinder >=2.1.6

  • on python >=3.7

Additional platforms:
linux-aarch64osx-arm64

Installation

You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).

Pixi

With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:

pixi global install dfast

to add into an existing workspace instead, run:

pixi add dfast

In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:

pixi workspace channel add conda-forge
pixi workspace channel add bioconda

Conda

With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:

conda install dfast

Alternatively, to install into a new environment, run:

conda create -n envname dfast

with envname being the name of the desired environment.

Container

Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:

docker pull quay.io/biocontainers/dfast:<tag>

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

Integrated deployment

Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.

Download stats