From 7a1cc073e43dc08d6ee5fdc76594ddf054e55901 Mon Sep 17 00:00:00 2001 From: Tim O'Donnell <timodonnell@gmail.com> Date: Tue, 30 Jul 2019 12:46:12 -0400 Subject: [PATCH] fix --- mhcflurry/cluster_parallelism.py | 2 +- mhcflurry/downloads.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mhcflurry/cluster_parallelism.py b/mhcflurry/cluster_parallelism.py index aff88c34..49e71c37 100644 --- a/mhcflurry/cluster_parallelism.py +++ b/mhcflurry/cluster_parallelism.py @@ -183,7 +183,7 @@ def cluster_results( raise exception if os.path.exists(result_path): - print("Result path exists", error_path) + print("Result path exists", result_path) if result_serialization_method == "save_predictor": result = Class1AffinityPredictor.load(result_path) else: diff --git a/mhcflurry/downloads.yml b/mhcflurry/downloads.yml index b5dabec5..afc109f3 100644 --- a/mhcflurry/downloads.yml +++ b/mhcflurry/downloads.yml @@ -20,6 +20,10 @@ releases: 2.0.0: compatibility-version: 2 downloads: + - name: model_class1_pan_unselected + url: https://github.com/openvax/mhcflurry/releases/download/pan-dev1/model_class1_pan_unselected.manual_build.20190730.tar.bz2 + default: false + - name: data_iedb url: https://github.com/openvax/mhcflurry/releases/download/pan-dev1/data_iedb.20190610.tar.bz2 default: false -- GitLab