AlignerResultType
enums.AlignerResultType()Output format of alignment runs.
PREDICTIONS: only predicted candidate resultsEVALUATED_PREDICTIONS: evaluated/scored predictionsPROCESSRESULTS: 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. |