Skip to content

Slot: library_layout

Specify the configuration of reads, e.g. paired-end, single

URI: portable_microhaplotype_object:library_layout

Applicable Classes

Name Description Modifies Slot
SequencingInfo Information on sequencing info no

Properties

  • Range: String

  • Required: True

  • Regex pattern: ^[A-z-._0-9 ]+$

Examples

Value
paired-end
single

Identifier and Mapping Information

Schema Source

  • from schema: https://plasmogenepi.github.io/portable-microhaplotype-object

Mappings

Mapping Type Mapped Value
self portable_microhaplotype_object:library_layout
native portable_microhaplotype_object:library_layout

LinkML Source

name: library_layout
description: Specify the configuration of reads, e.g. paired-end, single
examples:
- value: paired-end
- value: single
from_schema: https://plasmogenepi.github.io/portable-microhaplotype-object
rank: 1000
alias: library_layout
owner: SequencingInfo
domain_of:
- SequencingInfo
range: string
required: true
pattern: ^[A-z-._0-9 ]+$