deepfold.data.tools.kalign.Kalign

class deepfold.data.tools.kalign.Kalign(binary_path: str, verbose: bool = False)[source]

Python wrapper of the Kalign binary.

__init__(binary_path: str, verbose: bool = False) None[source]

Initializes the Python Kalign wrapper.

Parameters:
  • binary_path – The path to the Kalign binary.

  • verbose – Whether to print relevant information.

Methods

__init__(binary_path[, verbose])

Initializes the Python Kalign wrapper.

align(sequences)

Aligns the sequences and returns the alignment in A3M string.