recipe resistify

A resistance gene annotation tool

Homepage:

https://github.com/swiftseal/resistify

Documentation:

https://github.com/SwiftSeal/resistify/blob/main/README.md

Developer docs:

https://github.com/SwiftSeal/resistify

License:

GPL-3.0

Recipe:

/resistify/meta.yaml

Resistify is a nucleotide-binding leucine rich repeat (NLR) annotation program, for the purpose of identifying putative disease resistance genes in plant genomes.

package resistify

(downloads) docker_resistify

versions:
0.5.2-00.5.1-10.5.1-00.5.0-00.4.0-00.3.0-00.2.2-00.2.1-00.1.1-0

0.5.2-00.5.1-10.5.1-00.5.0-00.4.0-00.3.0-00.2.2-00.2.1-00.1.1-00.1.0-0

depends biopython:

depends fair-esm:

depends hmmer:

depends numpy:

<1.23.0

depends python:

>=3.9,<3.10

depends pytorch:

depends rich:

depends rich-argparse:

depends scikit-learn:

0.24.2

depends sentencepiece:

depends torchaudio:

depends torchvision:

depends transformers:

4.31.0

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 resistify

and update with::

   mamba update resistify

To create a new environment, run:

mamba create --name myenvname resistify

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

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

Download stats