From 864551f988153f0db49acd80b0d6d5d768805241 Mon Sep 17 00:00:00 2001 From: Sarah Naomi Bolz Date: Thu, 16 Oct 2025 16:38:16 +0200 Subject: [PATCH] citation information update to latest PLIP publication. --- plip/basic/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plip/basic/config.py b/plip/basic/config.py index d4b67d8..fb7a554 100644 --- a/plip/basic/config.py +++ b/plip/basic/config.py @@ -1,7 +1,7 @@ __version__ = '2.4.0' __maintainer__ = 'PharmAI GmbH (2020-2021) - www.pharm.ai - hello@pharm.ai' -__citation_information__ = "Adasme,M. et al. PLIP 2021: expanding the scope of the protein-ligand interaction profiler to DNA and RNA. " \ - "Nucl. Acids Res. (05 May 2021), gkab294. doi: 10.1093/nar/gkab294" +__citation_information__ = "Schake,P. Bolz,SN. et al. PLIP 2025: introducing protein–protein interactions to the protein–ligand interaction profiler. " \ + "Nucl. Acids Res. (10 May 2025), gkaf361. doi: 10.1093/nar/gkaf361" import logging