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

Thread safety unknown!

See Also