v2AssemblyDatasetRequest

BiomedicalResearchPubMedClinicalTrialsPubChemGenomicsHealthScienceGovernment

Properties

Name Type Description
accessions array
chromosomes array
include_annotation_type array
hydrated object
include_tsv boolean
View JSON Schema on GitHub

JSON Schema

ncbi-datasets-assemblydatasetrequest.json Raw ↑
{
  "type": "object",
  "properties": {
    "accessions": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "chromosomes": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "include_annotation_type": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/v2AnnotationForAssemblyType"
      }
    },
    "hydrated": {
      "$ref": "#/components/schemas/v2AssemblyDatasetRequestResolution",
      "title": "Specify whether to download a hydrated (with sequence and annotation files included) or dehydrated data package. A dehydrated data package includes the assembly data report and `fetch.txt`, which includes paths to the requested data files on NCBI servers."
    },
    "include_tsv": {
      "type": "boolean",
      "title": "Set to true to include a TSV representation of the data-report."
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "v2AssemblyDatasetRequest"
}