Skip to content

Commit b331a66

Browse files
committed
some changes
1 parent c056c10 commit b331a66

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_algorithm_comparison.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ def run_algorithm(self, algorithm: str, mzml_file: Path, idxml_file: Path, outpu
226226
"--fragment-error-units", "Da",
227227
"--threads", "1",
228228
"--min-num-psms-model", "50",
229+
"--target-modifications", "Phospho(S),Phospho(T),Phospho(Y),PhosphoDecoy(A)",
229230
],
230231
)
231232
elif algorithm == "ascore":
@@ -452,6 +453,7 @@ def test_generate_comparison_report(self, data_dir, mzml_file, idxml_file):
452453
"--fragment-error-units", "Da",
453454
"--threads", "1",
454455
"--min-num-psms-model", "50",
456+
"--target-modifications", "Phospho(S),Phospho(T),Phospho(Y),PhosphoDecoy(A)",
455457
],
456458
)
457459

0 commit comments

Comments
 (0)