I'm working on building a custom mob-suite database and I'm getting this error:
Traceback (most recent call last):
File "mob_cluster", line 8, in <module>
sys.exit(main())
File "python3.8/site-packages/mob_suite/mob_cluster.py", line 536, in main
taxids = NamesToTaxIDs(organisms, ETE3DBTAXAFILE)
File "python3.8/site-packages/mob_suite/utils.py", line 127, in NamesToTaxIDs
initETE3Database(ETE3DBTAXAFILE)
TypeError: initETE3Database() missing 2 required positional arguments: 'ETE3DBTAXAFILE' and 'logging'
I'm running commit 665e062f47e09f37af3a285c2cd30edd5c11be83 because there is a similar error in the most recent release (v3.1.4). It appears that this may have been missed while fixing #132
I'm working on building a custom mob-suite database and I'm getting this error:
I'm running commit
665e062f47e09f37af3a285c2cd30edd5c11be83
because there is a similar error in the most recent release (v3.1.4). It appears that this may have been missed while fixing #132