From 7ca08a6c8670db7eb16dbf73be8365a6fe095066 Mon Sep 17 00:00:00 2001 From: Florent Yvon Date: Mon, 22 Apr 2024 16:10:29 +0100 Subject: [PATCH] Updated curation guidelines link to v4 --- 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 bcbd5cac..0e918230 100644 --- a/pgs_web/constants.py +++ b/pgs_web/constants.py @@ -27,7 +27,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/1iYoa0R3um7PtyfVO37itlGbK1emoZmD-/view', + 'CurationGoogleDoc_URL' : 'https://drive.google.com/file/d/1aK1YIXoW267Dq9sL6jxlZCb0ZgEk1XFY/view', 'CATALOG_PUBLICATION_URL' : 'https://doi.org/'+PGS_CITATION['doi'], 'EPMC_REST_SEARCH' : 'https://www.ebi.ac.uk/europepmc/webservices/rest/search' }