| Class | Description |
|---|---|
| HtsgetErrorResponse |
Class allowing deserialization from json htsget error response, as defined in https://samtools.github.io/hts-specs/htsget.html
An example response could be as follows
{
"htsget": {
"error": "NotFound",
"message": "No such accession 'ENS16232164'"
}
}
|
| HtsgetPOSTRequest |
Builder for an htsget POST request that allows opening a connection
using the request after validating that it is properly formed.
|
| HtsgetRequest |
Builder for an htsget GET request that allows opening a connection
using the request after validating that it is properly formed.
|
| HtsgetResponse |
Class allowing deserialization from json htsget response, as defined in https://samtools.github.io/hts-specs/htsget.html
|
| HtsgetResponse.Block |
| Enum | Description |
|---|---|
| HtsgetClass |
Classes of data that can be requested in an htsget request as defined by the spec
|
| HtsgetFormat |
Formats currently supported by htsget as defined by spec
|
| HtsgetRequestField |
Fields which can be used to filter a htsget request as defined by the spec
|
| Exception | Description |
|---|---|
| HtsgetMalformedResponseException |