From bacea902784adbb9ffb2d1cebe386ebe31bbf8dc Mon Sep 17 00:00:00 2001 From: Florent Yvon Date: Tue, 1 Oct 2024 14:20:28 +0100 Subject: [PATCH] Using last now-published PGS publication PMID in EPMC link file --- release/scripts/EuropePMCLinkage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/scripts/EuropePMCLinkage.py b/release/scripts/EuropePMCLinkage.py index f265e3ba..aae65cc0 100644 --- a/release/scripts/EuropePMCLinkage.py +++ b/release/scripts/EuropePMCLinkage.py @@ -47,7 +47,7 @@ def generate_xml_file(self): title = 'Link to the Polygenic Score (PGS) Catalog resource' url = self.pgs_url source = 'MED' - pmid = constants.PGS_PUBLICATIONS[-1]['PMID'] # to be restored with constants.CITATION when preprint gets published + pmid = constants.PGS_CITATION['PMID'] self.create_xml_link(title,url,source,pmid) # Add PGS Publications