fn() assignTagsSamToBam
Assign tags in SAM format to tags in BAM format.

Defined in <seqan/bam_io.h>
Signature void assignTagsBamToSam(bamTags, samTags);

Parameters

bamTags A sequence of char (e.g. CharString) for the target BAM tags.
samTags A sequence of char (e.g. CharString) for the source SAM tags.

Data Races

If not stated otherwise, concurrent invocation is not guaranteed to be thread-safe.

See Also