recipe deeplc

DeepLC: Retention time prediction for (modified) peptides using Deep Learning.

Homepage:

https://compomics.github.io/projects/DeepLC

Developer docs:

https://github.com/compomics/DeepLC

License:

APACHE / Apache-2.0

Recipe:

/deeplc/meta.yaml

Links:

doi: 10.1038/s41592-021-01301-5, biotools: deeplc

package deeplc

(downloads) docker_deeplc

versions:
2.2.27-02.2.26-02.2.22-02.2.20-02.2.18-02.2.14-02.2.12-02.2.9-02.2.7-0

2.2.27-02.2.26-02.2.22-02.2.20-02.2.18-02.2.14-02.2.12-02.2.9-02.2.7-02.2.6-02.2.5-02.2.4-02.2.3-02.2.2-02.2.1-02.2.0-02.1.9-02.1.8-01.1.2-01.0.1-01.0.0-00.2.2-00.2.1-00.2.0-00.1.36-00.1.35-00.1.34-00.1.33-00.1.31-00.1.30-00.1.29-00.1.16-00.1.15-00.1.14-00.1.13-00.1.12-00.1.11-00.1.10-00.1.7-00.1.6-00.1.4-00.1.2-00.1.1-0

depends deeplcretrainer:

depends gooey:

depends h5py:

depends hdf5plugin:

depends matplotlib-base:

depends numpy:

>=1.17,<2

depends opt_einsum:

depends pandas:

>=0.25,<2

depends psm-utils:

depends pygam:

depends pyopenms:

depends python:

>=3.7

depends scikit-learn:

depends scipy:

depends tensorflow:

>=2.2,<3

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 deeplc

and update with::

   mamba update deeplc

To create a new environment, run:

mamba create --name myenvname deeplc

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

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

Download stats