Skip to content

Commit a335bf2

Browse files
committed
Doc updates; version bump
1 parent ab81ad4 commit a335bf2

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ The MS³PIP Python application can perform the following tasks:
5959
- ``correlate``: Compare predicted and observed intensities and optionally compute correlations.
6060
- ``get-training-data``: Extract feature vectors and target intensities from observed spectra for
6161
training.
62+
- ``annotate-spectra``: Annotate peaks in observed spectra.
6263

6364
MS²PIP supports a wide range of PSM input formats and spectrum output formats, and includes
6465
pre-trained models for multiple fragmentation methods, instruments and labeling techniques. See

ms2pip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# isort: skip_file
22
"""MS2PIP: Accurate and versatile peptide fragmentation spectrum prediction."""
33

4-
__version__ = "4.0.0-dev12"
4+
__version__ = "4.0.0-dev13"
55

66
from warnings import filterwarnings
77

ms2pip/search_space.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
result in a cleavage rule that allows cleavage after any amino acid with an unlimited number of
4141
allowed missed cleavages.
4242
43+
To disable protein digestion when the FASTA file contains peptides, set the cleavage rule to
44+
``-``. This will treat each line in the FASTA file as a separate peptide sequence, but still
45+
allow for modifications and charges to be added.
46+
4347
4448
Examples
4549
--------

0 commit comments

Comments
 (0)