Skip to content

Class: ProjectJob

Job information associated with a VDJServer project.

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

 classDiagram
    class ProjectJob
    click ProjectJob href "../ProjectJob/"
      VDJServerStandards <|-- ProjectJob
        click VDJServerStandards href "../VDJServerStandards/"

      ProjectJob : displayName

      ProjectJob : jobUuid

      ProjectJob : projectUuid

      ProjectJob : secondaryInputs

Inheritance

Slots

Name Cardinality and Range Description Inheritance
projectUuid 1
String
direct
jobUuid 1
String
Default slot description direct
displayName 0..1
String
Default slot description direct
secondaryInputs 0..1
String
Default slot description direct

Usages

used by used in type used
ProjectJobMeta value range ProjectJob

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: ProjectJob
description: Job information associated with a VDJServer project.
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: VDJServerStandards
slots:
- projectUuid
- jobUuid
- displayName
- secondaryInputs
slot_usage:
  projectUuid:
    name: projectUuid
    required: true
  jobUuid:
    name: jobUuid
    required: true

Induced

name: ProjectJob
description: Job information associated with a VDJServer project.
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: VDJServerStandards
slot_usage:
  projectUuid:
    name: projectUuid
    required: true
  jobUuid:
    name: jobUuid
    required: true
attributes:
  projectUuid:
    name: projectUuid
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: ProjectJob
    domain_of:
    - ProjectJob
    - ADCProjectLoad
    - ADCRearrangementLoad
    range: string
    required: true
  jobUuid:
    name: jobUuid
    description: Default slot description
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: ProjectJob
    domain_of:
    - ProjectJob
    range: string
    required: true
  displayName:
    name: displayName
    annotations:
      nullable:
        tag: nullable
        value: true
    description: Default slot description
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: ProjectJob
    domain_of:
    - ProjectJob
    range: string
  secondaryInputs:
    name: secondaryInputs
    annotations:
      nullable:
        tag: nullable
        value: true
    description: Default slot description
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: ProjectJob
    domain_of:
    - ProjectJob
    range: string