Skip to content

_hic_resolve_frag: rev = !rev  #25

@xiaqimin

Description

@xiaqimin

Hi @lh3 @tanlongzhi
I'm a little confused that the strand for R2 was reversed here. Did I miss anything?
// read_num for PE sequencing: 1 for R1, 2 for R2         var read_num = flag >> 6 & 0x3;         if (read_num == 3)             throw Error(t[0] + ": incorrect read number flags");         read_nums |= 1 << read_num;         if (read_num == 2) { // NB: qlen1 could be zero here             var qs1 = qlen - qe;             qe = qlen - qs, qs = qs1;             rev = !rev;         }
THX

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions