You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I want to use FAPROTAX but when I run the command, i get the following error
Traceback (most recent call last):
File "./collapse_table.py", line 65, in <module>
import biom
ModuleNotFoundError: No module named 'biom'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./collapse_table.py", line 70, in <module>
if e.message != 'No module named %s'%(name):
AttributeError: 'ModuleNotFoundError' object has no attribute 'message'
Can you please help?
Thanks
The text was updated successfully, but these errors were encountered:
Hi there,
I want to use FAPROTAX but when I run the command, i get the following error
Can you please help?
Thanks
The text was updated successfully, but these errors were encountered: