-
Notifications
You must be signed in to change notification settings - Fork 72
Description
Hi,
I'm trying to follow https://doi.org/10.1101/2022.02.07.479378 paper to solve EMPIAR-10940 datasets. However, when I try to use anaconda version topaz to repeat the result, I found I cannot use -f parameter to pick filament as the paper said. Error report like:
topaz: error: unrecognized arguments: -f
It seems the function hasn't been implemented yet. I also tried to install https://github.com/3dem/topaz fork using source code, however, the topaz cannot start. Error report:
Traceback (most recent call last):
File "/opt/anaconda3/envs/topaz/bin/topaz", line 33, in
sys.exit(load_entry_point('topaz-em', 'console_scripts', 'topaz')())
File "/opt/anaconda3/envs/topaz/lib/python3.6/site-packages/pkg_resources/init.py", line 474, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/opt/anaconda3/envs/topaz/lib/python3.6/site-packages/pkg_resources/init.py", line 2846, in load_entry_point
return ep.load()
File "/opt/anaconda3/envs/topaz/lib/python3.6/site-packages/pkg_resources/init.py", line 2450, in load
return self.resolve()
File "/opt/anaconda3/envs/topaz/lib/python3.6/site-packages/pkg_resources/init.py", line 2456, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
ModuleNotFoundError: No module named 'topaz.main'
Should I wait for topaz anaconda version update that support filament picking? Or is there anything wrong when I install Sjor's fork using source code?
Thanks.