diff options
author | Frederick Muriuki Muriithi | 2025-03-21 15:03:37 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-03-21 15:03:37 -0500 |
commit | 27f6e27d566d0628bffc3cc0cd061f8b1a039081 (patch) | |
tree | e2045653f7c9d4b1bd1b0f2be31766d0a8e1d8e8 /uploader/phenotypes/views.py | |
parent | 19f24ba8cd4b574c58f84b3cad1a78ebd18f5cdb (diff) | |
download | gn-uploader-27f6e27d566d0628bffc3cc0cd061f8b1a039081.tar.gz |
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.py | 3 |
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() |