Input Type | Accessed Type | Description | Notes |
---|---|---|---|
dict, frozendict.frozendict, | frozendict.frozendict, |
Key | Input Type | Accessed Type | Description | Notes |
---|---|---|---|---|
metadata | list, tuple, | tuple, | The metadata of the sample | |
name | str, | str, | The name of the sample | |
tenantId | str, uuid.UUID, | str, | value must be a uuid | |
metadataValid | bool, | BoolClass, | Whether the metadata is valid | |
timeCreated | str, datetime, | str, | value must conform to RFC-3339 date-time | |
id | str, uuid.UUID, | str, | value must be a uuid | |
ownerId | str, uuid.UUID, | str, | value must be a uuid | |
region | Region | Region | ||
timeModified | str, datetime, | str, | value must conform to RFC-3339 date-time | |
status | str, | str, | must be one of ["DELETED", "AVAILABLE", "PARTIAL", ] | |
tags | SampleTag | SampleTag | ||
tenantName | None, str, | NoneClass, str, | [optional] | |
description | None, str, | NoneClass, str, | The description of the sample | [optional] |
sequencingRuns | list, tuple, None, | tuple, NoneClass, | [optional] | |
any_string_name | dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO | any string name can be used but the value must be the correct type | [optional] |
The metadata of the sample
Input Type | Accessed Type | Description | Notes |
---|---|---|---|
list, tuple, | tuple, | The metadata of the sample |
Class Name | Input Type | Accessed Type | Description | Notes |
---|---|---|---|---|
MetadataField | MetadataField | MetadataField |
Input Type | Accessed Type | Description | Notes |
---|---|---|---|
list, tuple, None, | tuple, NoneClass, |
Class Name | Input Type | Accessed Type | Description | Notes |
---|---|---|---|---|
SequencingRun | SequencingRun | SequencingRun |