diff --git a/downloads-generation/data_curated/curate_by_pmid.py b/downloads-generation/data_curated/curate_by_pmid.py index bf9ce98187f61bfb0c7eefecbed42b00b93bfa7a..a105de05892f4c3f28be20c2b3832b6ca7e5e73d 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"