diff --git a/workflow/tests/test_dedupReads.py b/workflow/tests/test_dedupReads.py index 5ca60ebd6c10957b0da697ee8cacf196fa75d525..b5ccb005edf0ecf61bf4381464fafe43e0579fcf 100644 --- a/workflow/tests/test_dedupReads.py +++ b/workflow/tests/test_dedupReads.py @@ -13,3 +13,9 @@ data_output_path = os.path.dirname(os.path.abspath(__file__)) + \ def test_dedupData(): assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.se.sorted.deduped.bam')) assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.se.sorted.deduped.bam.bai')) + assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA.sorted.deduped.chr1.bam')) + assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA.sorted.deduped.chr1.bam.bai')) + assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA.sorted.deduped.chr2.bam')) + assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA.sorted.deduped.chr2.bam.bai')) + assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA.sorted.deduped.chr8.bam')) + assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA.sorted.deduped.chr8.bam.bai')) \ No newline at end of file