Skip to content

Class: ADCRepositorySet

Set of ADC repositories.

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

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

      ADCRepositorySet : adc





        ADCRepositorySet --> "1" ADCRepository : adc
        click ADCRepository href "../ADCRepository/"



      ADCRepositorySet : staging





        ADCRepositorySet --> "0..1" ADCRepository : staging
        click ADCRepository href "../ADCRepository/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
adc 1
ADCRepository
List of production repositories direct
staging 0..1
ADCRepository
List of staging repositories direct

Usages

used by used in type used
ADCRepositorySetMeta value range ADCRepositorySet

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: ADCRepositorySet
description: Set of ADC repositories.
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: VDJServerStandards
slots:
- adc
- staging
slot_usage:
  adc:
    name: adc
    required: true

Induced

name: ADCRepositorySet
description: Set of ADC repositories.
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: VDJServerStandards
slot_usage:
  adc:
    name: adc
    required: true
attributes:
  adc:
    name: adc
    description: List of production repositories. Each entry is keyed by the repository
      id.
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: ADCRepositorySet
    domain_of:
    - ADCRepositorySet
    range: ADCRepository
    required: true
    inlined: true
    inlined_as_list: true
  staging:
    name: staging
    description: List of staging repositories. Each entry is keyed by the repository
      id.
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: ADCRepositorySet
    domain_of:
    - ADCRepositorySet
    range: ADCRepository
    inlined: true
    inlined_as_list: true