예제 #1
0
 def testMapSplicedRead4(self):
     self.assertEqual(hw.mapSplicedRead("GTGGCCGGTAAACATAGATGTCTGGGGAACTTACCCTAAC", reads.lacDNA, 15), [417, 437, 9042, 9062] )
예제 #2
0
 def testMapSplicedRead2(self):
     self.assertEqual(hw.mapSplicedRead("AACC", "GGAAGGCC",2), [2, 4, 6, 8])
예제 #3
0
 def testMapSplicedRead3(self):
     self.assertEqual(hw.mapSplicedRead("CCAA", "GGAAGGCC",2), 'NOT FOUND')
예제 #4
0
 def testMapSplicedRead1(self):
     self.assertEqual(hw.mapSplicedRead("ATT", "ATAT", 3), 'NOT FOUND')
예제 #5
0
 def testMapSplicedRead4(self):
     self.assertEqual(
         hw.mapSplicedRead("GTGGCCGGTAAACATAGATGTCTGGGGAACTTACCCTAAC",
                           reads.lacDNA, 15), [417, 437, 9042, 9062])
예제 #6
0
 def testMapSplicedRead3(self):
     self.assertEqual(hw.mapSplicedRead("CCAA", "GGAAGGCC", 2), 'NOT FOUND')
예제 #7
0
 def testMapSplicedRead2(self):
     self.assertEqual(hw.mapSplicedRead("AACC", "GGAAGGCC", 2),
                      [2, 4, 6, 8])
예제 #8
0
 def testMapSplicedRead1(self):
     self.assertEqual(hw.mapSplicedRead("ATT", "ATAT", 3), 'NOT FOUND')