Skip to content

Commit a367b30

Browse files
authored
Merge pull request #247 from CompOmics/rodvrees-patch-1
Update citation references tims2rescore in __main__.py
2 parents 9008eb7 + ac34d3f commit a367b30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ms2rescore/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ def _print_credits(tims=False):
5252
text.append("Please cite: ")
5353
if tims:
5454
text.append(
55-
"Declercq & Devreese et al. bioRxiv (2024)",
56-
style="link https://doi.org/10.1101/2024.05.29.596400",
55+
"Declercq & Devreese et al. JPR (2025)",
56+
style="link https://doi.org/10.1021/acs.jproteome.4c00609",
5757
)
5858
else:
5959
text.append(

0 commit comments

Comments
 (0)