| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| userReference | str, | str, | The user-reference of the analysis. This should be something meaningful for the user. | |
| analysisInput | NextflowAnalysisInput | NextflowAnalysisInput | ||
| pipelineId | str, | str, | The pipeline for which an analysis will be created. | |
| tags | AnalysisTag | AnalysisTag | ||
| activationCodeDetailId | str, uuid.UUID, | str, | Indicates under which activation code the pipeline is executed. | [optional] value must be a uuid |
| analysisStorageId | None, str, uuid.UUID, | NoneClass, str, | The id of the storage to use for the analysis. | [optional] value must be a uuid |
| outputParentFolderId | None, str, | NoneClass, str, | The id or the urn of the folder in which the output folder should be created. | [optional] |
| analysisOutput | 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] |
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| list, tuple, None, | tuple, NoneClass, |
| Class Name | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| AnalysisOutputMapping | AnalysisOutputMapping | AnalysisOutputMapping |