Newer
Older
#!/usr/bin/env python3
import pytest
import pandas as pd
import os
import utils
test_output_path = os.path.dirname(os.path.abspath(__file__)) + \
test_output_path, 'Q-Y5F6_1M.se.sorted.deduped.bam.bai'))
test_output_path, 'Q-Y5F6_1M.se.sorted.deduped.chr8.bam'))
test_output_path, 'Q-Y5F6_1M.se.sorted.deduped.chr8.bam.bai'))
test_output_path, 'Q-Y5F6_1M.se.sorted.deduped.chr4.bam'))
test_output_path, 'Q-Y5F6_1M.se.sorted.deduped.chr4.bam.bai'))
test_output_path, 'Q-Y5F6_1M.se.sorted.deduped.chrY.bam'))
test_output_path, 'Q-Y5F6_1M.se.sorted.deduped.chrY.bam.bai'))