Koeng101 / dnadesign

A Go package for designing DNA.
Other
23 stars 0 forks source link

slow5 version #45

Open Koeng101 opened 9 months ago

Koeng101 commented 9 months ago

slow5 version should be in the Header, not the HeaderValue. In addition, HeaderValues don't take care of ordering / multiple read groups right now

type Header struct {
    HeaderValues []HeaderValue
}

type HeaderValue struct {
    ReadGroupID        uint32
    Slow5Version       string
    Attributes         map[string]string
    EndReasonHeaderMap map[string]int
}