Request Tolerance Landscape
request_tolerance_landscapeInitiate or confirm a missense tolerance landscape build for a human transcript, returning a poll handle to track progress until ready.
Instructions
Submit (or re-confirm) a MetaDome tolerance-landscape build for a versioned transcript and return a poll handle. status='ready' means the landscape is pre-built; status='processing' means a cold build is running (up to ~1 hour) -- poll get_tolerance_landscape with poll_after_s until it is ready. Idempotent. Signature: request_tolerance_landscape(transcript_id=, response_mode=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_mode | No | Verbosity: minimal|compact|standard|full (default compact). | compact |
| transcript_id | Yes | A versioned Ensembl transcript id (the .N version suffix is required), e.g. ENST00000269305.4. Resolve a gene symbol with resolve_transcript first. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hint | No | ||
| _meta | No | ||
| field | No | ||
| job_id | No | ||
| status | No | ||
| message | No | ||
| success | Yes | ||
| eta_hint | No | ||
| retryable | No | ||
| candidates | No | ||
| error_code | No | ||
| poll_after_s | No | ||
| data_versions | No | ||
| transcript_id | No | ||
| recovery_action | No | ||
| cold_build_warning | No | ||
| recommended_citation | No |