:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'deeplc' .. highlight: bash deeplc ====== .. conda:recipe:: deeplc :replaces_section_title: :noindex: 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: :doi:`10.1038/s41592-021-01301-5`, biotools: :biotools:`deeplc` .. conda:package:: deeplc |downloads_deeplc| |docker_deeplc| :versions: .. raw:: html
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-0``,  ``2.2.26-0``,  ``2.2.22-0``,  ``2.2.20-0``,  ``2.2.18-0``,  ``2.2.14-0``,  ``2.2.12-0``,  ``2.2.9-0``,  ``2.2.7-0``,  ``2.2.6-0``,  ``2.2.5-0``,  ``2.2.4-0``,  ``2.2.3-0``,  ``2.2.2-0``,  ``2.2.1-0``,  ``2.2.0-0``,  ``2.1.9-0``,  ``2.1.8-0``,  ``1.1.2-0``,  ``1.0.1-0``,  ``1.0.0-0``,  ``0.2.2-0``,  ``0.2.1-0``,  ``0.2.0-0``,  ``0.1.36-0``,  ``0.1.35-0``,  ``0.1.34-0``,  ``0.1.33-0``,  ``0.1.31-0``,  ``0.1.30-0``,  ``0.1.29-0``,  ``0.1.16-0``,  ``0.1.15-0``,  ``0.1.14-0``,  ``0.1.13-0``,  ``0.1.12-0``,  ``0.1.11-0``,  ``0.1.10-0``,  ``0.1.7-0``,  ``0.1.6-0``,  ``0.1.4-0``,  ``0.1.2-0``,  ``0.1.1-0`` .. raw:: html
: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: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`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: (see `deeplc/tags`_ for valid values for ````) .. |downloads_deeplc| image:: https://img.shields.io/conda/dn/bioconda/deeplc.svg?style=flat :target: https://anaconda.org/bioconda/deeplc :alt: (downloads) .. |docker_deeplc| image:: https://quay.io/repository/biocontainers/deeplc/status :target: https://quay.io/repository/biocontainers/deeplc .. _`deeplc/tags`: https://quay.io/repository/biocontainers/deeplc?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/deeplc/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/deeplc/README.html