Open
Description
The SAM/BAM handling tutorial (https://docs.seqan.de/seqan3/main_user/tutorial_sam_file.html) is quite helpful, but is missing examples on handling of SAM file headers: how to create them from scratch, how to access them, how to specify the reference sequences, how to reuse/update headers from an existing file. I was able to find most of this by searching the code, but it would be useful if these functions were included in the tutorial.