:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'ms2rescore' .. highlight: bash ms2rescore ========== .. conda:recipe:: ms2rescore :replaces_section_title: :noindex: Modular and user\-friendly platform for AI\-assisted rescoring of peptide identifications :homepage: https://github.com/compomics/ms2rescore :documentation: https://ms2rescore.readthedocs.io/en/stable :license: APACHE / Apache-2.0 :recipe: /`ms2rescore `_/`meta.yaml `_ .. conda:package:: ms2rescore |downloads_ms2rescore| |docker_ms2rescore| :versions: .. raw:: html
3.1.5-03.1.4-03.0.3-03.0.2-03.0.1-23.0.1-13.0.1-03.0.0-03.0.0b1-1 ``3.1.5-0``,  ``3.1.4-0``,  ``3.0.3-0``,  ``3.0.2-0``,  ``3.0.1-2``,  ``3.0.1-1``,  ``3.0.1-0``,  ``3.0.0-0``,  ``3.0.0b1-1``,  ``3.0.0b1-0`` .. raw:: html
:depends cascade-config: ``>=0.4.0`` :depends click: ``>=7`` :depends customtkinter: ``>=5,<6`` :depends deeplc: ``>=3.0`` :depends deeplcretrainer: :depends im2deep: ``>=0.1.3`` :depends jinja2: ``>=3`` :depends lxml: ``>=4.5`` :depends mokapot: ``0.10`` :depends ms2pip: ``>=4.0`` :depends ms2rescore-rs: :depends numpy: ``>=1.25`` :depends pandas: ``>=1`` :depends plotly: ``>=5`` :depends psm-utils: ``>=1.1`` :depends pyopenms: ``>=3.0`` :depends pyteomics: ``>=4.7.2`` :depends python: :depends rich: ``>=12`` :requirements: :additional platforms: .. raw:: html osx-arm64 .. 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 ms2rescore and update with:: mamba update ms2rescore To create a new environment, run:: mamba create --name myenvname ms2rescore 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/ms2rescore: (see `ms2rescore/tags`_ for valid values for ````) .. |downloads_ms2rescore| image:: https://img.shields.io/conda/dn/bioconda/ms2rescore.svg?style=flat :target: https://anaconda.org/bioconda/ms2rescore :alt: (downloads) .. |docker_ms2rescore| image:: https://quay.io/repository/biocontainers/ms2rescore/status :target: https://quay.io/repository/biocontainers/ms2rescore .. _`ms2rescore/tags`: https://quay.io/repository/biocontainers/ms2rescore?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/ms2rescore/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/ms2rescore/README.html