biod / sambamba

Tools for working with SAM/BAM data
http://thebird.nl/blog/D_Dragon.html
GNU General Public License v2.0
557 stars 104 forks source link

add missing standard SAM header tags #468

Closed tolot27 closed 3 years ago

tolot27 commented 3 years ago

This PR adds missing standard header tags which are listed in the current (as of January, 2021) SAM specification (http://samtools.github.io/hts-specs/SAMv1.pdf).

Fixes #462 but does not allow "freely add new tags for further data fields", as it is allowed by the SAM specification.

pjotrp commented 3 years ago

Thanks!