-
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
Error: missing binding predictions #74
Comments
Hi Kevin, @tavinathanson @julia326 @timodonnell -- opinions? |
@timodonnell @tavinathanson @julia326 Thinking about having Topiary filter out predictions involving special amino acids before calling MHCtools and warning the user when that happens. Opinions? |
That seems reasonable to me @iskandr |
Hey Alex; I am running into the same problem with some samples I'm running now (non-canonical amino acids) and it's causing the sample to fail. Is there a way to avoid these? I have the |
Hi, I was running several of my VCF files generated by GATK haplotypeCaller from multiple samples. However, only on VCF file occurred following errors. Could you please tell me what's wrong with this file? Thank you!
Traceback (most recent call last):
File "/Users/kevinma/anaconda/bin/topiary", line 58, in
main(args)
File "/Users/kevinma/anaconda/bin/topiary", line 43, in main
epitopes = predict_epitopes_from_args(args)
File "/Users/kevinma/anaconda/lib/python3.5/site-packages/topiary/predict_epitopes.py", line 294, in predict_epitopes_from_args
raise_on_variant_effect_error=not args.skip_variant_errors)
File "/Users/kevinma/anaconda/lib/python3.5/site-packages/topiary/predict_epitopes.py", line 261, in predict_epitopes_from_variants
wildtype_ligandome_dict=wildtype_ligandome_dict)
File "/Users/kevinma/anaconda/lib/python3.5/site-packages/topiary/predict_epitopes.py", line 157, in predict_epitopes_from_mutation_effects
binding_predictions = mhc_model.predict(protein_subsequences)
File "/Users/kevinma/anaconda/lib/python3.5/site-packages/mhctools/base_predictor.py", line 225, in predict
return self.predict_subsequences(sequence_dict, peptide_lengths=None)
File "/Users/kevinma/anaconda/lib/python3.5/site-packages/mhctools/base_predictor.py", line 207, in predict_subsequences
binding_predictions = self.predict_peptides(peptide_list)
File "/Users/kevinma/anaconda/lib/python3.5/site-packages/mhctools/base_commandline_predictor.py", line 332, in predict_peptides
alleles=self.alleles)
File "/Users/kevinma/anaconda/lib/python3.5/site-packages/mhctools/base_predictor.py", line 143, in _check_results
len(missing), example_peptide, example_allele))
ValueError: Missing 32 binding predictions, example peptide='UGTTVRDCTQM' allele='HLA-A*02:06'
Kevin
The text was updated successfully, but these errors were encountered: