Exemple #1
0
 def test_find_matching_fragment_pairs(self):
     from assembler import Assembler
     assbl = Assembler(sequences, identifiers)
     c, d = assbl._find_matching_fragment_pairs()
     self.assertEqual(c, map_top_bottom)
     self.assertEqual(d, map_bottom_top)