SamHeader.toMsgpack

Packs message in the following format:
MsgPack array with elements

  1. format version - string
  2. sorting order - string
  3. @SQ lines - array of dictionaries
  4. @RG lines - array of dictionaries
  5. @PG lines - array of dictionaries


Dictionary keys are the same as in SAM format.

class SamHeader
const
void
toMsgpack
(
Packer
)
(
ref Packer packer
)

Meta