Skip to content

Class: ADCDownloadCacheRepertoire

ADC download cache status for a repertoire within a study

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

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

      ADCDownloadCacheRepertoire : archive_file

      ADCDownloadCacheRepertoire : download_url

      ADCDownloadCacheRepertoire : is_cached

      ADCDownloadCacheRepertoire : repertoire_id

      ADCDownloadCacheRepertoire : repository_id

      ADCDownloadCacheRepertoire : should_cache

      ADCDownloadCacheRepertoire : study_id

Inheritance

Slots

Name Cardinality and Range Description Inheritance
repository_id 1
String
direct
study_id 1
String
Unique ID assigned by study registry such as one of the International Nucleot... direct
repertoire_id 1
String
direct
should_cache 0..1
Boolean
direct
is_cached 0..1
Boolean
direct
archive_file 0..1
String
direct
download_url 0..1
String
direct

Usages

used by used in type used
ADCDownloadCacheRepertoireMeta value range ADCDownloadCacheRepertoire

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: ADCDownloadCacheRepertoire
description: ADC download cache status for a repertoire within a study
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: VDJServerStandards
slots:
- repository_id
- study_id
- repertoire_id
- should_cache
- is_cached
- archive_file
- download_url
slot_usage:
  repository_id:
    name: repository_id
    required: true
  study_id:
    name: study_id
    required: true
  repertoire_id:
    name: repertoire_id
    required: true

Induced

name: ADCDownloadCacheRepertoire
description: ADC download cache status for a repertoire within a study
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: VDJServerStandards
slot_usage:
  repository_id:
    name: repository_id
    required: true
  study_id:
    name: study_id
    required: true
  repertoire_id:
    name: repertoire_id
    required: true
attributes:
  repository_id:
    name: repository_id
    annotations:
      nullable:
        tag: nullable
        value: false
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: ADCDownloadCacheRepertoire
    domain_of:
    - ADCRepository
    - ADCDownloadCacheStudy
    - ADCDownloadCacheRepertoire
    - StatisticsCacheStudy
    - StatisticsCacheRepertoire
    range: string
    required: true
  study_id:
    name: study_id
    annotations:
      nullable:
        tag: nullable
        value: true
    description: Unique ID assigned by study registry such as one of the International
      Nucleotide Sequence Database Collaboration (INSDC) repositories.
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: ADCDownloadCacheRepertoire
    domain_of:
    - Study
    - ADCDownloadCacheStudy
    - ADCDownloadCacheRepertoire
    - StatisticsCacheStudy
    - StatisticsCacheRepertoire
    range: string
    required: true
  repertoire_id:
    name: repertoire_id
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: ADCDownloadCacheRepertoire
    domain_of:
    - Repertoire
    - RepertoireFilter
    - Rearrangement
    - Clone
    - Node
    - Cell
    - Expression
    - Reactivity
    - ADCRearrangementLoad
    - ADCDownloadCacheRepertoire
    - StatisticsCacheRepertoire
    - VisualizationDocument
    range: string
    required: true
  should_cache:
    name: should_cache
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: ADCDownloadCacheRepertoire
    domain_of:
    - ADCDownloadCacheStudy
    - ADCDownloadCacheRepertoire
    - StatisticsCacheStudy
    - StatisticsCacheRepertoire
    range: boolean
  is_cached:
    name: is_cached
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: ADCDownloadCacheRepertoire
    domain_of:
    - ADCDownloadCacheStudy
    - ADCDownloadCacheRepertoire
    - StatisticsCacheStudy
    - StatisticsCacheRepertoire
    range: boolean
  archive_file:
    name: archive_file
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: ADCDownloadCacheRepertoire
    domain_of:
    - ADCDownloadCacheStudy
    - ADCDownloadCacheRepertoire
    range: string
  download_url:
    name: download_url
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: ADCDownloadCacheRepertoire
    domain_of:
    - ADCAsyncQuery
    - ADCDownloadCacheStudy
    - ADCDownloadCacheRepertoire
    range: string