Module: ncbi.datasets.openapi.models.v1alpha1_assembly_dataset_request

Python API: ncbi.datasets.openapi.models.v1alpha1_assembly_dataset_request

Module: ncbi.datasets.openapi.models.v1alpha1_assembly_dataset_request

Python API: ncbi.datasets.openapi.models.v1alpha1_assembly_dataset_request
class ncbi.datasets.openapi.models.v1alpha1_assembly_dataset_request.V1alpha1AssemblyDatasetRequest(accessions=None, assembly_accessions=None, chromosomes=None, exclude_sequence=None, hydrated=None, include_annotation=None, include_annotation_type=None, include_tsv=None, local_vars_configuration=None)

Bases: object

openapi_types

The key is attribute name and the value is attribute type.

Type

dict

attribute_map

The key is attribute name and the value is json key in definition.

Type

dict

property accessions

Gets the accessions of this V1alpha1AssemblyDatasetRequest.

Returns

The accessions of this V1alpha1AssemblyDatasetRequest.

Return type

list[str]

property assembly_accessions

Gets the assembly_accessions of this V1alpha1AssemblyDatasetRequest.

Returns

The assembly_accessions of this V1alpha1AssemblyDatasetRequest.

Return type

list[str]

attribute_map = {'accessions': 'accessions', 'assembly_accessions': 'assembly_accessions', 'chromosomes': 'chromosomes', 'exclude_sequence': 'exclude_sequence', 'hydrated': 'hydrated', 'include_annotation': 'include_annotation', 'include_annotation_type': 'include_annotation_type', 'include_tsv': 'include_tsv'}
property chromosomes

Gets the chromosomes of this V1alpha1AssemblyDatasetRequest.

The default setting is all chromosome. Specify individual chromosome by string (1,2,MT or chr1,chr2.chrMT). Unplaced sequences are treated like their own chromosome (‘Un’). The filter only applies to fasta sequence.

Returns

The chromosomes of this V1alpha1AssemblyDatasetRequest.

Return type

list[str]

property exclude_sequence

Gets the exclude_sequence of this V1alpha1AssemblyDatasetRequest.

Set to true to omit the genomic sequence.

Returns

The exclude_sequence of this V1alpha1AssemblyDatasetRequest.

Return type

bool

property hydrated

Gets the hydrated of this V1alpha1AssemblyDatasetRequest.

Returns

The hydrated of this V1alpha1AssemblyDatasetRequest.

Return type

AssemblyDatasetRequestResolution

property include_annotation

Gets the include_annotation of this V1alpha1AssemblyDatasetRequest.

Returns

The include_annotation of this V1alpha1AssemblyDatasetRequest.

Return type

bool

property include_annotation_type

Gets the include_annotation_type of this V1alpha1AssemblyDatasetRequest.

Select additional types of annotation to include in the data package. If unset, no annotation is provided.

Returns

The include_annotation_type of this V1alpha1AssemblyDatasetRequest.

Return type

list[V1alpha1AnnotationForAssemblyType]

property include_tsv

Gets the include_tsv of this V1alpha1AssemblyDatasetRequest.

Set to true to include a TSV represention of the data-report.

Returns

The include_tsv of this V1alpha1AssemblyDatasetRequest.

Return type

bool

openapi_types = {'accessions': 'list[str]', 'assembly_accessions': 'list[str]', 'chromosomes': 'list[str]', 'exclude_sequence': 'bool', 'hydrated': 'AssemblyDatasetRequestResolution', 'include_annotation': 'bool', 'include_annotation_type': 'list[V1alpha1AnnotationForAssemblyType]', 'include_tsv': 'bool'}
to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model

Generated April 23, 2021