Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added argument for specifying NetMHCIIpan/NetMHCIIpanEL version #1181

Merged
merged 9 commits into from
Feb 19, 2025
Prev Previous commit
Next Next commit
fixed related iedb tests
ldhtnp committed Jan 29, 2025
commit 3ab10ce8f3e2d4e1289ea2338246dba13da7ea0f
4 changes: 2 additions & 2 deletions tests/test_call_iedb.py
Original file line number Diff line number Diff line change
@@ -219,7 +219,7 @@ def test_netmhciipan_method_with_version(self):

prediction_class = getattr(sys.modules[__name__], "NetMHCIIpan")
prediction_class_object = prediction_class()
NetMHCIIVersion.netmhcii_pan_version = '4.2'
NetMHCIIVersion.netmhciipan_version = '4.2'

(response_text, output_mode) = prediction_class_object.predict(
self.input_file,
@@ -247,7 +247,7 @@ def test_netmhciipan_el_method_with_version(self):

prediction_class = getattr(sys.modules[__name__], "NetMHCIIpanEL")
prediction_class_object = prediction_class()
NetMHCIIVersion.netmhcii_pan_version = '4.2'
NetMHCIIVersion.netmhciipan_version = '4.2'

(response_text, output_mode) = prediction_class_object.predict(
self.input_file,