Package htsjdk.samtools.util.htsget


package htsjdk.samtools.util.htsget
  • Class
    Description
    Classes of data that can be requested in an htsget request as defined by the spec
    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'" } }
    Formats currently supported by htsget as defined by spec
     
    Builder for an htsget POST request that allows opening a connection using the request after validating that it is properly formed.
    Builder for an htsget GET request that allows opening a connection using the request after validating that it is properly formed.
    Fields which can be used to filter a htsget request as defined by the spec
    Class allowing deserialization from json htsget response, as defined in https://samtools.github.io/hts-specs/htsget.html