Skip to content
Snippets Groups Projects
Commit 7a1cc073 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

fix

parent 5a1800f2
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment