From f3e269d3546339fbe80cac5846c358704b00b20e Mon Sep 17 00:00:00 2001
From: Tim O'Donnell <timodonnell@gmail.com>
Date: Tue, 1 Oct 2019 17:25:35 -0400
Subject: [PATCH] fix

---
 downloads-generation/data_mass_spec_benchmark/run_mhcflurry.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/downloads-generation/data_mass_spec_benchmark/run_mhcflurry.py b/downloads-generation/data_mass_spec_benchmark/run_mhcflurry.py
index 5e2f6d3d..5f0235cb 100644
--- a/downloads-generation/data_mass_spec_benchmark/run_mhcflurry.py
+++ b/downloads-generation/data_mass_spec_benchmark/run_mhcflurry.py
@@ -233,6 +233,7 @@ def do_predictions(chunk_index, peptides, alleles, constant_data=None):
     # This may run on the cluster in a way that misses all top level imports,
     # so we have to re-import everything here.
     import time
+    from mhcflurry.encodable_sequences import EncodableSequences
 
     if constant_data is None:
         constant_data = GLOBAL_DATA
-- 
GitLab