Create HSSP or DSSP data. Adds a job to a queue to produce the data in the given output_type format from the data passed. The pdb_id and sequence must be set in a form parameter called 'data'
Parameters:
input_type
output_type
Returns:
The id of the job.
Get the result of a previous job submission.
Parameters:
input_type
output_type
id
Returns:
The output of the job. If the job status is not SUCCESS, this method returns an error.
Get the status of a previous job submission.
Parameters:
input_type
output_type
id
Returns:
Either PENDING, STARTED, SUCCESS, FAILURE, RETRY, or REVOKED.