Skip to content

Commit

Permalink
docs: add percolator install instructions and example of qc report
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Nov 30, 2023
1 parent 24df32d commit cfe41ad
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Modular and user-friendly platform for AI-assisted rescoring of peptide identifications

> ⚠️ Note: This is the documentation for the fully redeveloped version 3.0 of MS²Rescore, While
> ⚠️ Note: This is the documentation for the fully redeveloped version 3.0 of MS²Rescore. While
> MS²Rescore 3.0 has been drastically improved over the previous version, you might run into some
> unforeseen issues. Please report any issues you encounter on the [issue tracker][issues] or post
> your questions on the [GitHub Discussions][discussions] forum.
Expand Down Expand Up @@ -50,7 +50,7 @@ MS²Rescore is available as a [desktop application][desktop], a [command line to

> **MS²Rescore 3.0 is a modular, flexible, and user-friendly platform to boost peptide identifications, as showcased with MS Amanda 3.0.**
> Louise Marie Buur*, Arthur Declercq*, Marina Strobl, Robbin Bouwmeester, Sven Degroeve, Lennart Martens, Viktoria Dorfer*, and Ralf Gabriels*.
> _ChemRxiv_ (2023) [doi:10.26434/chemrxiv-2023-rvr9n](https://doi.org/10.26434/chemrxiv-2023-rvr9n) <br/> > \*contributed equally <span class="__dimensions_badge_embed__" data-doi="10.26434/chemrxiv-2023-rvr9n" data-hide-zero-citations="true" data-style="small_rectangle"></span>
> _ChemRxiv_ (2023) [doi:10.26434/chemrxiv-2023-rvr9n](https://doi.org/10.26434/chemrxiv-2023-rvr9n) <br/> \*contributed equally <span class="__dimensions_badge_embed__" data-doi="10.26434/chemrxiv-2023-rvr9n" data-hide-zero-citations="true" data-style="small_rectangle"></span>
**MS²Rescore for immunopeptidomics:**

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/img/qc-reports.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/source/gui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,11 @@ contains interactive charts that visualize the results and various quality contr
:alt: Output files

Overview of the output files after rescoring the X!Tandem example.

Double click the ``*.ms2rescore.report.html`` file to open it in the default web browser:

.. figure:: ../_static/img/qc-reports.png
:width: 100%
:alt: Rescoring report

Rescoring QC report with interactive charts.
19 changes: 18 additions & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Docker container
:target: https://quay.io/repository/biocontainers/ms2rescore

First check the latest version tag on
`biocontainers/ms2rescore/tags <https://quay.io/repository/biocontainers/ms2rescore?tab=tags>`__.
`biocontainers/ms2rescore/tags <https://quay.io/repository/biocontainers/ms2rescore?tab=tags>`_.
Then pull and run the container with:

.. code-block:: bash
Expand All @@ -60,6 +60,23 @@ files, ``<tag>`` is the container version tag, and ``<ms2rescore-arguments>`` ar
command line options (see :ref:`Command line interface`).


Installing Percolator
=====================

To use :ref:`percolator` as rescoring engine, it must be installed separately. Percolator is
available for most platforms and can be downloaded from the
`GitHub releases page <https://github.com/percolator/percolator/releases/latest>`_. Ensure that
the ``percolator`` executable is in your ``PATH``. On Windows, this can be done by checking the
``Add percolator to the system PATH for current user`` option during installation:

.. figure:: ../_static/img/percolator-install-path.png
:width: 60%
:alt: Percolator installation on Windows

.. note::
Alternatively, :ref:`mokapot` can be used as rescoring engine, which does not require a separate
installation.

For development
===============

Expand Down

0 comments on commit cfe41ad

Please sign in to comment.