-
Notifications
You must be signed in to change notification settings - Fork 9
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
Topiary w/ NetMHC Fails #41
Comments
Did you find a work around for this or figure anything out? the version of netMHC I'm using (4.0) utilizes |
@JPFinnigan Are you still running into the issue you posted? @rschenck We just added support for NetMHC 4.0 here, and have a |
@tavinathanson. I believe so, but then again I may be doing something wrong. Here's what I'm seeing:
Results in :
I can however call NetMHC via: 'netmhc.,' 'netMHC,' NetMHC,' or Netmhc.' Representative example:
|
@JPFinnigan What does |
@tavinathanson. I've added all of the predictors topiary uses to my path. I'm also working w/ NetMHC 3.4 (afaik v 4.0 is not available as a stand-along predictor).
HTH |
@JPFinnigan I'm having trouble reproducing that error; what versions of |
Using, 0.2.1. Maybe I'm doing something incorrectly. But, Topiary runs just fine w/ netmhcpan, netmhccons, netmhciipan. |
@JPFinnigan What version of |
Topiary v. 0.2.1.
|
@tavinathanson Did our version guessing with |
@iskandr No, this is an issue that @JPFinnigan had before I mucked with this round of changes and that he still has after the fixes. I haven't yet figured out what the issue is (i.e. why he gets |
@tavinathanson I'm guessing this is fixed now with the newer version sniffing in MHCtools. What do you think? |
@iskandr not sure, but this is old enough that we should probably close as not reproducible until it pops up again. |
Hey Guys,
I came across what may/may not be a bug in Topiary that specifically pertains to the use of NetMHC, but not other callers that then call NetMHC (NetMHCcons). I ran:
This is what I saw:
I believe this may be due to the fact that NetMHC, but neither NetMHCpan nor NetMHCcons utilizes both a
-a
and a-A
option flag. NetMHC uses the -A flag to print a list of acceptable input alleles.E.g.
So, when topiary tries to run
NetMHC -A
I think it's receiving back a list of MHC-I alleles which it then doesn't know what to do withWARNING:root:Failed to run netMHC -A
.The text was updated successfully, but these errors were encountered: