Example #1
0
 def testProcessPairedSeq(self):
     args.truncate = 200
     args.paired = True
     self.assertEqual(
         moira.process_data('foo', testSeq1, testQual1, testSeq2, testQual2,
                            args), test_PairedProcess)
Example #2
0
 def testProcessPairedSeq(self):
     args.truncate = 200
     args.paired = True
     self.assertEqual(moira.process_data('foo', testSeq1, testQual1, testSeq2, testQual2, args), test_PairedProcess)
Example #3
0
 def testProcessForwardSeq(self):
     args.truncate = 200
     args.paired = False
     self.assertEqual(
         moira.process_data('foo', testSeq1, testQual1, None, None, args),
         test_ForwardProcess)
Example #4
0
 def testProcessForwardSeq(self):
     args.truncate = 200
     args.paired = False
     self.assertEqual(moira.process_data('foo', testSeq1, testQual1, None, None, args), test_ForwardProcess)