From f93bb8ba1393f5c0f9e058cb943f6fb044900477 Mon Sep 17 00:00:00 2001 From: Tim O'Donnell <timodonnell@gmail.com> Date: Mon, 23 Sep 2019 12:44:05 -0400 Subject: [PATCH] fix --- downloads-generation/data_curated/curate_by_pmid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloads-generation/data_curated/curate_by_pmid.py b/downloads-generation/data_curated/curate_by_pmid.py index bf9ce981..a105de05 100755 --- a/downloads-generation/data_curated/curate_by_pmid.py +++ b/downloads-generation/data_curated/curate_by_pmid.py @@ -119,7 +119,7 @@ def handle_pmid_24616531(filename): def handle_pmid_25576301(filename): df = pandas.read_excel(filename, sheetname="Peptides") - peptides = df.Sequence.values + peptides = df.Sequence.values assert peptides[0] == "AAAAAAAQSVY" assert peptides[-1] == "YYYNGKAVY" -- GitLab