At the moment I am trying to run the LDA Effect Size step on the Galaxy server after I have successfully uploaded and formatted my data. At the LEfSe_run step, I am getting the same error with various datasets (that worked before):
Traceback (most recent call last):
File “/galaxy_venv/bin/lefse_run.py”, line 33, in
sys.exit(load_entry_point(‘lefse==1.1.2’, ‘console_scripts’, ‘lefse_run.py’)())
File “/galaxy_venv/lib/python3.7/site-packages/lefse-1.1.2-py3.7.egg/lefse/lefse_run.py”, line 90, in lefse_run
File “/galaxy_venv/lib/python3.7/site-packages/lefse-1.1.2-py3.7.egg/lefse/lefse.py”, line 222, in test_lda_r
AttributeError: ‘NoneType’ object has no attribute ‘rownames’
How can I solve this issue? Thank you for your help!
I am also getting this error today when trying to upload files that I have previously uploaded with no problems. I’m not sure if the non-fatal error in the prior data formatting step may be contributing to this issue at the LDA effect size step on the galaxy server.
I have exactly the same issue since the version was modified. I tried data which worked on Friday just before the last modification but now I have the warning message.
Please, I need your help!
Thank you.
I am also having this exact issue with a dataset that was working fine before the update to the Galaxy server. Please if someone can help us with this issue it would be much appreciated.
Thank you for your help!
I am also encountering a similar error while performing LEfSe analyses. More specifically, after uploading and converting my files into the Format data for LEfSe, the error takes place when I try to perform the LDA analysis itself from the Galaxy website. It is as follows:
Fatal error: Exit code 1 ()
Traceback (most recent call last):
File “/galaxy_venv/bin/lefse_run.py”, line 33, in
sys.exit(load_entry_point(‘lefse==1.1.2’, ‘console_scripts’, ‘lefse_run.py’)())
File “/galaxy_venv/lib/python3.7/site-packages/lefse-1.1.2-py3.7.egg/lefse/lefse_run.py”, line 90, in lefse_run
File “/galaxy_venv/lib/python3.7/site-packages/lefse-1.1.2-py3.7.egg/lefse/lefse.py”, line 222, in test_lda_r
AttributeError: ‘NoneType’ object has no attribute ‘rownames’