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

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

Parameters

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

Data Races

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

See Also