recipe deepbgc

DeepBGC - Biosynthetic Gene Cluster detection and classification

Homepage:

https://github.com/Merck/DeepBGC

License:

MIT / MIT

Recipe:

/deepbgc/meta.yaml

package deepbgc

(downloads) docker_deepbgc

versions:
0.1.31-00.1.30-20.1.30-10.1.30-00.1.29-00.1.28-10.1.28-00.1.27-00.1.26-0

0.1.31-00.1.30-20.1.30-10.1.30-00.1.29-00.1.28-10.1.28-00.1.27-00.1.26-00.1.23-00.1.22-00.1.21-00.1.20-00.1.19-00.1.18-10.1.18-00.1.17-00.1.16-00.1.15-00.1.14-00.1.13-00.1.10-00.1.9-00.1.8-00.1.7-00.1.6-00.1.5-00.1.4-00.1.3-10.1.3-0

depends appdirs:

>=1.4.3

depends biopython:

>=1.78

depends hmmer:

>=3.1b2

depends keras:

2.2.4

depends matplotlib-base:

2.2.3

depends numpy:

1.16.1

depends pandas:

0.24.1

depends prodigal:

depends protobuf:

<=3.19.0

depends python:

>=3.5

depends scikit-learn:

0.21.3

depends scipy:

1.2.0

depends tensorflow:

>=1.12.0,<2.0.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 deepbgc

and update with::

   mamba update deepbgc

To create a new environment, run:

mamba create --name myenvname deepbgc

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

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

Download stats