fn() splitEmblHeader
Split an EMBL header line.

Defined in <seqan/seq_io.h>
Signature void splitEmblHeader(key, value, line);

Parameters

key A SequenceConcept object to write the key to.
value A SequenceConcept object to write the value to.
line A SequenceConcept object with the line.