-
Notifications
You must be signed in to change notification settings - Fork 23
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
Errors when writing XLSX file #178
Comments
Hi Kim / @code12412f! Sorry no one else caught this on here...can you help me recreate the error? I am able to run this on my machine:
What happens when you run the same command on yours? |
2019-07-03 09:18:51,494 - mhctools.cli.args - INFO - Building MHC binding prediction type for alleles ['H-2-Kb', 'H-2-Db'] and epitope lengths None |
OK, so the MHC binding predictor works. I tried running on some small mouse data locally and this command succeeded:
So...it must be something data dependent. What happens if you run Alternatively, if you want to upload the data somewhere I can access, I'll try running Vaxrank with it. |
I emailed you the VCF file Varcode |
If the reference isn't obvious in the VCF then you need to add Can you also send me a link to the BAM? I won't be able to run Vaxrank without both. |
2041 |
I'm running Vaxrank and I'm getting two errors. I'm trying to get a XLSX neoepitope report as output:
vaxrank --vcf 303Aligned.sortedByCoord.out.bam_dup.bam.vcf --bam 303Aligned.sortedByCoord.out.bam_dup.bam --output-neoepitope-report test.csv --genome GRCm38 --mhc-predictor netmhc4 --mhc-alleles H2-Kb,H2-Db
with traceback: Traceback (most recent call last):
File "/home/kam9898/.local/lib/python3.6/site-packages/vaxrank/epitope_prediction.py", line 110, in predict_epitopes
{protein_fragment.gene_name: protein_fragment.amino_acids})
File "/home/kam9898/.local/lib/python3.6/site-packages/mhctools/base_predictor.py", line 208, in predict_subsequences
binding_predictions = self.predict_peptides(peptide_list)
File "/home/kam9898/.local/lib/python3.6/site-packages/mhctools/base_commandline_predictor.py", line 326, in predict_peptides
temp_dir_list=dirs)
File "/home/kam9898/.local/lib/python3.6/site-packages/mhctools/base_commandline_predictor.py", line 271, in _run_commands_and_collect_predictions
process_limit=self.process_limit)
File "/home/kam9898/.local/lib/python3.6/site-packages/mhctools/process_helpers.py", line 114, in run_multiple_commands_redirect_stdout
assert len(multiple_args_dict) > 0
AssertionError
Traceback (most recent call last):
File "/home/kam9898/.local/bin/vaxrank", line 10, in
sys.exit(main())
File "/home/kam9898/.local/lib/python3.6/site-packages/vaxrank/cli.py", line 407, in main
excel_report_path=args.output_neoepitope_report)
File "/home/kam9898/.local/lib/python3.6/site-packages/vaxrank/report.py", line 506, in make_minimal_neoepitope_report
'%.2f nM' % epitope_prediction.wt_ic50),
TypeError: must be real number, not NoneType
The text was updated successfully, but these errors were encountered: