cbg-ethz / haploclique

Viral quasispecies assembly via maximal clique finding. A method to reconstruct viral haplotypes and detect large insertions and deletions from NGS data.
GNU General Public License v3.0
25 stars 33 forks source link

More tests for edgeBetween function #33

Closed MaryamZaheri closed 7 years ago

MaryamZaheri commented 7 years ago

Adding two more tests for edgeBetween function.

  1. edgeBetweenNonOverlappingAlignments: This test verifies if the algorithm considers an edge between two non_overlapping AlignmentRecords.
  2. edgeBetweenOverlappingCrossPairsAlignments: This test verifies if the algorithm considers an edge between two partially overlapping AlignmentRecords. The second pair of the first read is aligned with the first pair of second read.