lh3 / bwa

Burrow-Wheeler Aligner for short-read alignment (see minimap2 for long-read alignment)
GNU General Public License v3.0
1.55k stars 556 forks source link

ENH: add SA calculation to example.c #224

Open brentp opened 6 years ago

brentp commented 6 years ago

Hi Heng, It would be useful to have the SA tag calculation in example.c. I see it's possible to get that from copying mem_aln2sam, but would you consider adding a simple example of this in example.c?