recipe deeplc

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

Homepage:

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

Documentation:

https://github.com/compomics/DeepLC/blob/v3.1.3/README.md

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:
3.1.3-03.0.8-03.0.7-03.0.6-03.0.4-03.0.2-02.2.38-02.2.36-02.2.27-0

3.1.3-03.0.8-03.0.7-03.0.6-03.0.4-03.0.2-02.2.38-02.2.36-02.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:

>=1,<2

depends numpy:

>=1.17,<3

depends pandas:

>=0.25,<3

depends psm-utils:

>=1,<2

depends python:

>=3.9

depends scikit-learn:

>=1.2.0,<2

depends tensorflow:

>=2.15.0,<3

requirements:

additional platforms:

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