From 09c5f348d7116aad372a5c19a0532e8b0fc6ac96 Mon Sep 17 00:00:00 2001 From: Tim O'Donnell <timodonnell@gmail.com> Date: Wed, 16 Oct 2019 16:38:07 -0400 Subject: [PATCH] fix --- downloads-generation/data_curated/curate_ms_by_pmid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloads-generation/data_curated/curate_ms_by_pmid.py b/downloads-generation/data_curated/curate_ms_by_pmid.py index faf68811..46c08a64 100755 --- a/downloads-generation/data_curated/curate_ms_by_pmid.py +++ b/downloads-generation/data_curated/curate_ms_by_pmid.py @@ -701,7 +701,7 @@ def handle_pmid_27869121(filename): def handle_pmid_31154438(*filenames): - """Shraibman, ..., Admon Mol Cell Proteomics 2019""" + """Shraibman, ..., Admon Mol Cell Proteomics 2019 [PMID 31154438]""" # Note: this publication also includes analyses of the secreted HLA # peptidedome (sHLA) but we are using only the data from membrane-bound # HLA. -- GitLab