Skip to content

Class: ADCDownloadCacheStudy

ADC download cache status for a study in a repository

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

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

      ADCDownloadCacheStudy : archive_file

      ADCDownloadCacheStudy : download_url

      ADCDownloadCacheStudy : is_cached

      ADCDownloadCacheStudy : repository_id

      ADCDownloadCacheStudy : should_cache

      ADCDownloadCacheStudy : 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
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
ADCDownloadCacheStudyMeta value range ADCDownloadCacheStudy

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: ADCDownloadCacheStudy
description: ADC download cache status for a study in a repository
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: VDJServerStandards
slots:
- repository_id
- study_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

Induced

name: ADCDownloadCacheStudy
description: ADC download cache status for a study in a repository
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
attributes:
  repository_id:
    name: repository_id
    annotations:
      nullable:
        tag: nullable
        value: false
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: ADCDownloadCacheStudy
    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: ADCDownloadCacheStudy
    domain_of:
    - Study
    - ADCDownloadCacheStudy
    - ADCDownloadCacheRepertoire
    - StatisticsCacheStudy
    - StatisticsCacheRepertoire
    range: string
    required: true
  should_cache:
    name: should_cache
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: ADCDownloadCacheStudy
    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: ADCDownloadCacheStudy
    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: ADCDownloadCacheStudy
    domain_of:
    - ADCDownloadCacheStudy
    - ADCDownloadCacheRepertoire
    range: string
  download_url:
    name: download_url
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: ADCDownloadCacheStudy
    domain_of:
    - ADCAsyncQuery
    - ADCDownloadCacheStudy
    - ADCDownloadCacheRepertoire
    range: string