Package htsjdk.samtools.util.htsget
-
Class Summary 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'" } }HtsgetRequest Builder for an htsget request that allows converting the request to a URI after validating that it is properly formed This class currently supports version 1.2.0 of the spec as defined in https://samtools.github.io/hts-specs/htsget.htmlHtsgetResponse Class allowing deserialization from json htsget response, as defined in https://samtools.github.io/hts-specs/htsget.htmlHtsgetResponse.Block -
Enum Summary Enum Description HtsgetClass Classes of data that can be requested in an htsget request as defined by the specHtsgetFormat Formats currently supported by htsget as defined by specHtsgetRequestField Fields which can be used to filter a htsget request as defined by the spec -
Exception Summary Exception Description HtsgetMalformedResponseException