Skip to content

Commit

Permalink
Using last now-published PGS publication PMID in EPMC link file
Browse files Browse the repository at this point in the history
  • Loading branch information
fyvon committed Oct 1, 2024
1 parent 5e05e46 commit bacea90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/scripts/EuropePMCLinkage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bacea90

Please sign in to comment.