MMSeqs Driver#

class igua.mmseqs.MMSeqs(binary='mmseqs', progress=None, threads=None, tempdir=None)#

A wrapper around an mmseqs binary and common parameters.

_wrap_progress(process)#

Wrap the progress output from mmseqs into a rich progress bar.

run(command, *args, **kwargs)#

Run an arbitrary mmseqs command.