Open rschenck opened 8 years ago
Hey @rschenck, sorry for the trouble. The Class II epitope prediction is definitely the least used/tested part of Topiary so I guess I'm not surprised something is wonky there. Can you paste the variant which is causing this error (or email it to me if don't want it on github)?
Sending you an email now. Thanks.
@tavinathanson Just a reminder for both of us that we should fix this soon.
Thanks for the help gentlemen.
Error received:
When running topiary as follows:
$ topiary --vcf test.vcf --mhc-predictor netmhciipan --mhc-alleles DRB1*01:23 --output-csv epitope_test.csv --skip-variant-errors --reference-name grch37
Things I have tried:
--skip-variant-errors
option. This didn't change anything.netmhciipan
(the local install appears to be working fine)I went so far as to find the portion of code raising this error and I put a
pass
in place of the error just to see what would happen (Line 96 of epitope_collection_builder.py). The process finished, but I receive %rank values ranging from 11.56 to 43258.78. Any help would be appreciated.-Ryan