Skip to content

Class: AnalysisRequest

Request execution of an analysis workflow

URI: https://github.com/vdjserver/vdjserver-airr-schema/AnalysisRequest

 classDiagram
    class AnalysisRequest
    click AnalysisRequest href "../AnalysisRequest/"
      AnalysisDocument <|-- AnalysisRequest
        click AnalysisDocument href "../AnalysisDocument/"

      AnalysisRequest : primary

      AnalysisRequest : status





        AnalysisRequest --> "0..1" AnalysisPropertiesStatusEnum : status
        click AnalysisPropertiesStatusEnum href "../AnalysisPropertiesStatusEnum/"



      AnalysisRequest : status_message

      AnalysisRequest : workflow_description

      AnalysisRequest : workflow_mode

      AnalysisRequest : workflow_name

Inheritance

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

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self https://github.com/vdjserver/vdjserver-airr-schema/AnalysisRequest
native https://github.com/vdjserver/vdjserver-airr-schema/AnalysisRequest

LinkML Source

Direct

name: AnalysisRequest
description: Request execution of an analysis workflow
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AnalysisDocument

Induced

name: AnalysisRequest
description: Request execution of an analysis workflow
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AnalysisDocument
attributes:
  workflow_name:
    name: workflow_name
    description: The workflow analysis name
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: AnalysisRequest
    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: AnalysisRequest
    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: AnalysisRequest
    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: AnalysisRequest
    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: AnalysisRequest
    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: AnalysisRequest
    domain_of:
    - AnalysisProperties
    range: boolean