Skip to content

Commit

Permalink
Improve clarity of output_path_prefix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Aug 14, 2024
1 parent f254a21 commit 68d061e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ms2rescore/report/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ def generate_report(
Parameters
----------
output_path_prefix
Prefix of the MS²Rescore output file names. For example, if the PSM file is
``/path/to/file.psms.tsv``, the prefix is ``/path/to/file.ms2rescore``.
Prefix of the MS²Rescore output file names. For example, if the output PSM file is
``/path/to/file.ms2rescore.psms.tsv``, the prefix is ``/path/to/file.ms2rescore``.
psm_list
PSMs to be used for the report. If not provided, the PSMs will be read from the
PSM file that matches the ``output_path_prefix``.
Expand Down

0 comments on commit 68d061e

Please sign in to comment.