Class: AnalysisDocument
Analysis workflow document
URI: https://github.com/vdjserver/vdjserver-airr-schema/AnalysisDocument
classDiagram
class AnalysisDocument
click AnalysisDocument href "../AnalysisDocument/"
AnalysisProperties <|-- AnalysisDocument
click AnalysisProperties href "../AnalysisProperties/"
AnalysisDocument <|-- AnalysisRequest
click AnalysisRequest href "../AnalysisRequest/"
AnalysisDocument : primary
AnalysisDocument : status
AnalysisDocument --> "0..1" AnalysisPropertiesStatusEnum : status
click AnalysisPropertiesStatusEnum href "../AnalysisPropertiesStatusEnum/"
AnalysisDocument : status_message
AnalysisDocument : workflow_description
AnalysisDocument : workflow_mode
AnalysisDocument : workflow_name
Inheritance
- VDJServerStandards
- AnalysisProperties
- AnalysisDocument
- AnalysisProperties
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| workflow_name | 0..1 String |
The workflow analysis name | AnalysisProperties |
| workflow_mode | 0..1 String |
The workflow analysis mode | AnalysisProperties |
| workflow_description | 0..1 String |
The workflow description | AnalysisProperties |
| status | 0..1 AnalysisPropertiesStatusEnum |
Status of record, assumed active if the field is not present | AnalysisProperties |
| status_message | 0..1 String |
Status message | AnalysisProperties |
| primary | 0..1 Boolean |
primary analysis for AIRR data processing | AnalysisProperties |
Usages
| used by | used in | type | used |
|---|---|---|---|
| AnalysisDocumentMeta | value | range | AnalysisDocument |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/vdjserver/vdjserver-airr-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | https://github.com/vdjserver/vdjserver-airr-schema/AnalysisDocument |
| native | https://github.com/vdjserver/vdjserver-airr-schema/AnalysisDocument |
LinkML Source
Direct
name: AnalysisDocument
description: Analysis workflow document
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AnalysisProperties
Induced
name: AnalysisDocument
description: Analysis workflow document
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AnalysisProperties
attributes:
workflow_name:
name: workflow_name
description: The workflow analysis name
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
rank: 1000
owner: AnalysisDocument
domain_of:
- AnalysisProperties
range: string
workflow_mode:
name: workflow_mode
description: The workflow analysis mode
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
rank: 1000
owner: AnalysisDocument
domain_of:
- AnalysisProperties
range: string
workflow_description:
name: workflow_description
description: The workflow description
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
rank: 1000
owner: AnalysisDocument
domain_of:
- AnalysisProperties
range: string
status:
name: status
annotations:
nullable:
tag: nullable
value: true
description: Status of record, assumed active if the field is not present
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
rank: 1000
owner: AnalysisDocument
domain_of:
- AlleleDescription
- ADCAsyncQuery
- AnalysisProperties
- BasicResponse
range: AnalysisPropertiesStatusEnum
status_message:
name: status_message
description: Status message
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
rank: 1000
owner: AnalysisDocument
domain_of:
- AnalysisProperties
range: string
primary:
name: primary
description: primary analysis for AIRR data processing
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
rank: 1000
owner: AnalysisDocument
domain_of:
- AnalysisProperties
range: boolean