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

fix

parent fb4bb8a2
No related merge requests found
......@@ -395,9 +395,7 @@ def do_predictions_mhctools(work_item_dicts, constant_data=None):
mode="elution_score")
elif predictor_name == "mixmhcpred":
predictor = mhctools.MixMHCpred(
alleles=alleles,
program_name="netMHCpan-4.0",
mode="elution_score")
alleles=alleles)
else:
raise ValueError("Unsupported", predictor_name)
......
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