Skip to content

Enum: Compressions

Commonly used compression algorithms.

URI: nfdi4immuno:Compressions

Permissible Values

Value Meaning Description
zip None Indicates a file in the
rar None Indicates a file in the
7z None Indicates a file in the
tar None Indicates a file in the
gzip None Indicates a file in the
bz2 None Indicates a file in the

Slots

Name Description
compression The type of compression (if any) used for the file (e

Identifier and Mapping Information

Schema Source

  • from schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema

LinkML Source

name: Compressions
description: Commonly used compression algorithms.
title: Compression types
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
rank: 1000
permissible_values:
  zip:
    text: zip
    description: Indicates a file in the .zip file format.
    title: .zip format
  rar:
    text: rar
    description: Indicates a file in the .rar file format.
    title: .rar format
  7z:
    text: 7z
    description: Indicates a file in the .7z file format.
    title: .7z format
  tar:
    text: tar
    description: Indicates a file in the .tar archive format.
    title: .tar format
  gzip:
    text: gzip
    description: Indicates a file in the .gz compressed file.
    title: .gz format
  bz2:
    text: bz2
    description: Indicates a file in the .bz2 compressed file.
    title: .bz2 format