-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add NetMHCIIpan to mhctools #29
Conversation
Review status: 0 of 11 files reviewed at latest revision, 9 unresolved discussions, all commit checks successful. mhctools/alleles.py, line 153 [r1] (raw file): Also, calling this argument species makes me think it should take values like "human" or "mus musculus", not like "HLA" and "H-2". mhctools/alleles.py, line 200 [r1] (raw file): mhctools/alleles.py, line 310 [r1] (raw file): mhctools/base_commandline_predictor.py, line 86 [r1] (raw file): mhctools/base_predictor.py, line 49 [r1] (raw file): mhctools/file_formats.py, line 202 [r1] (raw file): mhctools/file_formats.py, line 203 [r1] (raw file): (maybe make is_mhciipan an argument?) mhctools/netmhcii_pan.py, line 38 [r1] (raw file): test/test_mhc_allele_names.py, line 64 [r1] (raw file): Comments from the review on Reviewable.io |
Addressed comments. Also added support for alpha/beta separation by a Review status: 0 of 10 files reviewed at latest revision, 8 unresolved discussions, some commit checks pending. mhctools/alleles.py, line 153 [r1] (raw file): mhctools/alleles.py, line 200 [r1] (raw file): mhctools/alleles.py, line 310 [r1] (raw file): mhctools/base_commandline_predictor.py, line 86 [r1] (raw file): mhctools/file_formats.py, line 203 [r1] (raw file): mhctools/netmhcii_pan.py, line 38 [r1] (raw file): test/test_mhc_allele_names.py, line 64 [r1] (raw file): mhctools/base_predictor.py, line 49 [r1] (raw file): Comments from the review on Reviewable.io |
One lingering concern: will parsing a haplotype like "HLA-DRA1_03:01/HLA-DRB1_01:01" work (due to repetition of the "HLA" prefix)? If so, LGTM Review status: 0 of 10 files reviewed at latest revision, 3 unresolved discussions, all commit checks successful. mhctools/alleles.py, line 193 [r3] (raw file): Comments from the review on Reviewable.io |
As discussed offline, more formats will be handled in #31 |
Add NetMHCIIpan to mhctools
Somewhat less hacky version of adding
NetMHCIIpan
to mhctools. Trumps #16.