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

Thread safety unknown!

See Also