get_pileup
Retrieve per-position base counts for a genomic interval from indexed BAM/CRAM alignment files.
Instructions
Per-position base counts over an interval from indexed BAM/CRAM. Not implemented in this build: returns error code 'unsupported' (E4).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| interval | Yes | ||
| max_depth | No | ||
| reference | No | ||
| max_records | No | Lower the record limit. | |
| exclude_flags | No | ||
| min_base_quality | No | ||
| min_mapping_quality | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| error | No | Set when status is error. | |
| errors | No | Per-source failures in partial results. | |
| limits | No | ||
| status | Yes | ||
| warnings | No | ||
| operation | Yes | ||
| provenance | No | ||
| truncation | No | ||
| source_status | No | ||
| schema_version | No | 1 |