Skip to content

Commit 149687c

Browse files
committed
update im2deep version, fix docstring
1 parent b5b1948 commit 149687c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ms2rescore/feature_generators/im2deep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def make_calibration_df(psm_list_df: pd.DataFrame, threshold: float = 0.25) -> p
150150
DataFrame with PSMs.
151151
threshold
152152
Percentage of highest scoring identified target PSMs to use for calibration,
153-
default 0.95.
153+
default 0.25.
154154
155155
Returns
156156
-------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"customtkinter>=5,<6",
3838
"deeplc>=3.1",
3939
"deeplcretrainer",
40-
"im2deep>=0.3.1",
40+
"im2deep==1.1.1",
4141
"jinja2>=3",
4242
"lxml>=4.5",
4343
"mokapot==0.10", # 0.11.0 will introduce API changes

0 commit comments

Comments
 (0)