-
Notifications
You must be signed in to change notification settings - Fork 78
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 creating Krona plots in metaquast.py #251
Comments
@alexeigurevich @vyahhi @asl @ad3002 @sjackman, help please! |
@RayanaFeltrin sorry for the huge delay, I am looking into this right now! |
I just submitted a dirty workaround to the master branch. You can now run I am still looking into this issue and hopefully will have a proper fix soon, so the Krona charts will be created when possible. |
Thank you, @alexeigurevich ! I've just runned it with |
Hi @alexeigurevich, any news about this issue? I'm encountering the same problem. Actually, I'd like to use quast installed with mamba, but this comes without Cheers Bastian |
Hello @alexeigurevich! I am also facing the same problem as @bheimbu... I've run the following command in a Slurm cluster: ... and got the error: Usage: metaquast.py [options] metaquast.py: error: no such option: --no-krona What could I do to solve this? |
@alexeigurevich can you please create a new release? I can create a new conda package. |
I'm encountering the same error and I need the conda package to integrate into a pipeline. Any idea when a new release will be coming? |
The feature is finally released in v.5.3.0 today! Furthermore, we automatically catch the error and prevent the crash, so there is no need to specify explicitly @bgruening, could you please update on conda when you have time? |
Yes, I can take care of this. Thanks for fixing. |
The Conda package and the Containers are up, the Galaxy integrations will come tomorrow. I saw this here in the logs:
|
Thank you so much @alexeigurevich @bgruening! Best |
Hello!
I have recently run the command
metaquast.py -o quast_ANT001 --large -l metaSPAdes,MEGAHIT meta_assembly_001ANT/contigs.fasta mega_assembly_001ANT/final.contigs.fa
At the final step of the software, I got the following error, which was also obtained in #216, #246 and #237 and still not solved:
Drawing interactive Krona plots...
'NoneType' object is not iterable
Traceback (most recent call last):
File "/home/rayana/Desktop/tools/quast/metaquast.py", line 427, in
return_code = main(sys.argv[1:])
File "/home/rayana/Desktop/tools/quast/metaquast.py", line 417, in main
html_saver.create_meta_report(output_dirpath, json_texts)
File "/home/rayana/Desktop/tools/quast/quast_libs/html_saver/html_saver.py", line 257, in create_meta_report
create_krona_charts(taxons_for_krona, meta_log, results_dirpath, json_texts)
File "/home/rayana/Desktop/tools/quast/quast_libs/html_saver/html_saver.py", line 363, in create_krona_charts
for section in report:
TypeError: 'NoneType' object is not iterable
I have also tried to install Krona separately and put ~/Desktop/tools/Krona/KronaTools in the ~/.bashrc file, but nothing has changed.
I really need to solve this to continue my work and would appreciate any help.
Thank you in advance.
The text was updated successfully, but these errors were encountered: