From 4d30af337e4a6a562621911051ccb41d17521860 Mon Sep 17 00:00:00 2001 From: Florent Yvon Date: Fri, 1 Nov 2024 16:22:54 +0000 Subject: [PATCH] Updated curation guidelines link to v5 --- pgs_web/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgs_web/constants.py b/pgs_web/constants.py index 427b3107..6bf1cfe1 100644 --- a/pgs_web/constants.py +++ b/pgs_web/constants.py @@ -64,7 +64,7 @@ 'UOC_URL' : 'https://www.phpc.cam.ac.uk/', 'TERMS_OF_USE' : 'https://www.ebi.ac.uk/about/terms-of-use', 'TEMPLATEGoogleDoc_URL' : 'https://docs.google.com/spreadsheets/d/1UEGH0NNuQ8ifbsxIhe8HbnG9XYjsIwSF/edit?usp=sharing', - 'CurationGoogleDoc_URL' : 'https://drive.google.com/file/d/1QYdKBnEqAmhSZIuMux7ifpT3ZBk9gupT/view', + 'CurationGoogleDoc_URL' : 'https://drive.google.com/file/d/1EfuFUh3eVXltiCebYKF9mnVwwcqEwPk-/view', 'CATALOG_PUBLICATION_URL' : 'https://doi.org/' + PGS_CITATIONS[0]['doi'], 'EPMC_REST_SEARCH' : 'https://www.ebi.ac.uk/europepmc/webservices/rest/search' }