Hi,
Thanks for making this great tool available. When running on MacOS, I get an error in the following line:
run_process(['mmseqs', 'createindex', output_loc, tmp_dir, '--threads', str(threads)], verbose=verbose)
I guess this is happening because the command argument for run_process is different depending on the OS (A list of strings vs. a single string)
Parsa