Documentation ¶
Index ¶
- func Execute(Cctx *cli.Context, config *Config)
- func ResolveValue(input string, variant *Variant, format *VariantFormat, Cctx *cli.Context) string
- type Config
- type ConfigInput
- type Header
- type HeaderLineIdDescription
- type HeaderLineIdLength
- type HeaderLineIdNumberTypeDescription
- type MapConfigInput
- type Variant
- type VariantFormat
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveValue ¶
Resolve a value
Types ¶
type Config ¶
type Config struct { Id string Alt map[string]string Info MapConfigInput Format MapConfigInput }
func ReadConfig ¶
Read the configuration file, cast it to its struct and validate
type ConfigInput ¶
type Header ¶
type Header struct { Info map[string]HeaderLineIdNumberTypeDescription Format map[string]HeaderLineIdNumberTypeDescription Alt map[string]HeaderLineIdDescription Filter map[string]HeaderLineIdDescription Contig []HeaderLineIdLength Other []string Samples []string }
type HeaderLineIdDescription ¶
type HeaderLineIdLength ¶
type MapConfigInput ¶
type MapConfigInput map[string]ConfigInput
type Variant ¶
type VariantFormat ¶
Click to show internal directories.
Click to hide internal directories.