Skip to content
Snippets Groups Projects
Commit d0d886a4 authored by Jonathan Gesell's avatar Jonathan Gesell
Browse files

Update test_dedupReads.py

parent f8ab64d0
3 merge requests!37v0.0.1,!27Develop,!26Resolve "Chunk bam for parallel tin calculation"
Pipeline #6387 passed with stages
in 1 hour, 12 minutes, and 24 seconds
......@@ -13,9 +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.chrNC_000001.11.bam'))
assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA.sorted.deduped.chrNC_000001.11.bam.bai'))
assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA.sorted.deduped.chrNC_000002.12.bam'))
assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA.sorted.deduped.chrNC_000002.12.bam.bai'))
assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA.sorted.deduped.chrNC_000019.10.bam'))
assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA.sorted.deduped.chrNC_000019.10.bam.bai'))
\ No newline at end of file
assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.se.sorted.deduped.chrNC_000001.11.bam'))
assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.se.sorted.deduped.chrNC_000001.11.bam.bai'))
assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.se.sorted.deduped.chrNC_000002.12.bam'))
assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.se.sorted.deduped.chrNC_000002.12.bam.bai'))
assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.se.sorted.deduped.chrNC_000019.10.bam'))
assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.se.sorted.deduped.chrNC_000019.10.bam.bai'))
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment