-
Notifications
You must be signed in to change notification settings - Fork 91
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 running kreports2mpa.py #59
Comments
Just noting that I get the following issue when running kreport2mpa.py: Traceback (most recent call last): Command: xxx illumina_pilot % python3 kreport2mpa.py -r data/kraken_reports/kraken2_standard_16gb/10170_kraken2_report.txt -o data/10170_kraken2_report.mpa.txt --intermediate-ranks |
you should check your input file. it seems there is something wrong. |
it seems that the author have changed the script(kreport2mpa.py) my kraken2report.file looks like
### actually the var 'l_vals' is split_str
hope this can help you |
Traceback (most recent call last):
File "/home/davidmartins/miniconda3/envs/statistics/bin/kreport2mpa.py", line 173, in
main()
File "/home/davidmartins/miniconda3/envs/statistics/bin/kreport2mpa.py", line 128, in main
report_vals = process_kraken_report(line)
File "/home/davidmartins/miniconda3/envs/statistics/bin/kreport2mpa.py", line 71, in process_kraken_report
int(split_str[1])
IndexError: list index out of range
I'm trying to convert a KREPORTS file to mpa format but it keeps getting this error message. Does anyone knows how to solve this?
The text was updated successfully, but these errors were encountered: