-
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 kreport2mpa.py script, name 'l_vals' is not defined. #57
Comments
Same error here : ....../KrakenTools-master/kreport2mpa.py", line 80, in process_kraken_report Did you solve it ? @Sautumn-Lin |
Thank you! Maybe you can put it on google drive and share the downloadable link here? It seems I cannot send an e-mail to you or personal message over github... |
https://github.com/jenniferlu717/KrakenTools/releases/tag/v1.2 |
Ok, thanks :) |
@rahel31 Did this work for you? I still get the same error. @jenniferlu717 did this also happen to others? If so, is there an easy fix on our side? Traceback (most recent call last): |
Dear @simonleandergrimm, I used the release v1.1 and it worked! You can find it here: https://github.com/jenniferlu717/KrakenTools/releases/tag/v1.1 Any concerns about using this previous version to avoid that error @jenniferlu717? :) Thank you!! |
Traceback (most recent call last):
File "/home/zlinbz/miniconda3/envs/bracken/bin/KrakenTools-master/kreport2mpa.py", line 188, in
main()
File "/home/zlinbz/miniconda3/envs/bracken/bin/KrakenTools-master/kreport2mpa.py", line 143, in main
report_vals = process_kraken_report(line)
File "/home/zlinbz/miniconda3/envs/bracken/bin/KrakenTools-master/kreport2mpa.py", line 80, in process_kraken_report
taxid = int(l_vals[-3])
NameError: name 'l_vals' is not defined. Did you mean: 'locals'?
Is there anyone who met this problem and solved it?
The text was updated successfully, but these errors were encountered: