The Template Predictor API runs BLAST, SparksX, and HHsearch. It will output a HHR sequence alignment file, one alignment file from hhsearch and one from sparksx, and a PSSM. It will also output a TSV which is a parsed version of these files.

Quickstart

Command Line Examples

Submit a template predictor job:

cyrus engine submit template-predictor SECVENGGFCPDPEKMGDWCCGRCIRNECRNG

Python Examples

Submit a template predictor job:

from engine.template-predictor.client import TemplatePredictorClient

client = TemplatePredictorClient()
job_id = client.submit(sequence="SECVENGGFCPDPEKMGDWCCGRCIRNECRNG")

Inputs

Outputs

Notes

Output File interpretation