tomotwin_tools.py will always load all tool dependencies regardless of which tools is used.
The effect of this is that if running on a cluster, you need to block a GPU node even if you don't use a gpu due to the cuml dependency for Umap, for example with calculating the median embedding or simply loading a help message from a tool.
tomotwin_tools.py will always load all tool dependencies regardless of which tools is used.
The effect of this is that if running on a cluster, you need to block a GPU node even if you don't use a gpu due to the cuml dependency for Umap, for example with calculating the median embedding or simply loading a help message from a tool.