aboutsummaryrefslogtreecommitdiff
path: root/uploader/phenotypes/views.py
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-03-21 15:03:37 -0500
committerFrederick Muriuki Muriithi2025-03-21 15:03:37 -0500
commit27f6e27d566d0628bffc3cc0cd061f8b1a039081 (patch)
treee2045653f7c9d4b1bd1b0f2be31766d0a8e1d8e8 /uploader/phenotypes/views.py
parent19f24ba8cd4b574c58f84b3cad1a78ebd18f5cdb (diff)
downloadgn-uploader-27f6e27d566d0628bffc3cc0cd061f8b1a039081.tar.gz
Add "PubMed_ID" fieldHEADmain
The "PubMed_ID" field allows the user to edit the publication that's attached to each phenotype trait.
Diffstat (limited to 'uploader/phenotypes/views.py')
-rw-r--r--uploader/phenotypes/views.py3
1 files changed, 2 insertions, 1 deletions
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()