From 27f6e27d566d0628bffc3cc0cd061f8b1a039081 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 21 Mar 2025 15:03:37 -0500 Subject: Add "PubMed_ID" field The "PubMed_ID" field allows the user to edit the publication that's attached to each phenotype trait. --- uploader/phenotypes/views.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'uploader/phenotypes/views.py') diff --git a/uploader/phenotypes/views.py b/uploader/phenotypes/views.py index 3d2ff76..a50a8e7 100644 --- a/uploader/phenotypes/views.py +++ b/uploader/phenotypes/views.py @@ -920,7 +920,8 @@ def edit_download_phenotype_data(# pylint: disable=[unused-argument] "Pre_publication_abbreviation", "Pre_publication_description", "Original_description", - "Post_publication_abbreviation" + "Post_publication_abbreviation", + "PubMed_ID" ] + samples_list, dialect="excel-tab") writer.writeheader() -- cgit v1.2.3