Closed notestaff closed 3 months ago
@eseiler
P.S. Is there any workaround in the current seqan3 release, that would allow preserving pb: header tags? We're writing a tool that adds tags to bam records, and it should make no other change to the bam file, but right now it also ends up stripping pb: header tags. Thanks for help! @eseiler
Does this problem persist on the current main?
Is there an existing issue for this?
Current Behavior
Currently, unknown tags in SAM headers are getting silently stripped from files.
Expected Behavior
Given that the SAM format permits user-defined tags, it would be better to pass them unchanged from input to output.
Steps To Reproduce
Try with the pb: tag mentioned in https://github.com/seqan/seqan3/issues/3215
Environment
Anything else?
No response