aboutsummaryrefslogtreecommitdiff
path: root/uploader/phenotypes/views.py
diff options
context:
space:
mode:
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()