AlignerResultType

enums.AlignerResultType()

Output format of alignment runs.

  • PREDICTIONS: only predicted candidate results
  • EVALUATED_PREDICTIONS: evaluated/scored predictions
  • PROCESSRESULTS: full result set for all processed distances

Attributes

Name Type Description
PREDICTIONS str Only predicted candidate results.
EVALUATED_PREDICTIONS str Predictions with evaluation labels and scores.
PROCESSRESULTS str Complete processing output for all requested distances.