a-ludi / djunctor

Close assembly gaps using long-reads with focus on correctness.
MIT License
0 stars 0 forks source link

Use extending reads to improve consensus for gaps #11

Closed a-ludi closed 6 years ago

a-ludi commented 6 years ago

We can use reads that reach into gaps without spanning them to improve sequence of reads that span the same gap, ie. for a read R_a extending contig C_xand a read R_b extending contig C_y and C_z (y != z) add R_a to the pileup of R_b iff x = y or x = z.

a-ludi commented 6 years ago

It is insufficient to have matching contigs as the reads might address different ends of each contig (see issue #12).

a-ludi commented 6 years ago

Fixed with issue #14.