r394: added future plan
This commit is contained in:
parent
0e759bc1f5
commit
9441bb7f2a
1
bwamem.c
1
bwamem.c
|
|
@ -777,6 +777,7 @@ int mem_approx_mapq_se(const mem_opt_t *opt, const mem_alnreg_t *a)
|
|||
return mapq;
|
||||
}
|
||||
|
||||
// TODO (future plan): group hits into a uint64_t[] array. This will be cleaner and more flexible
|
||||
void mem_reg2sam_se(const mem_opt_t *opt, const bntseq_t *bns, const uint8_t *pac, bseq1_t *s, mem_alnreg_v *a, int extra_flag, const mem_aln_t *m)
|
||||
{
|
||||
kstring_t str;
|
||||
|
|
|
|||
Loading…
Reference in New Issue