Skip to content
Snippets Groups Projects
Commit 32201ef4 authored by Holly Ruess's avatar Holly Ruess
Browse files

fix map reads test

parent b2e7d77f
1 merge request!8Resolve "Fix Align Reads"
Pipeline #5285 passed with stages
in 7 hours, 27 minutes, and 13 seconds
......@@ -14,7 +14,7 @@ def test_align_reads_pairedend_mouse():
samtools_report = open(aligned_reads_report).readlines()
assert '62618664 + 0 in total' in samtools_report[0]
assert '59858415 + 0 mapped (95.59% : N/A)' in samtools_report[4]
assert '59858415 + 0 mapped (95.59% : N/A)' in samtools_report[8]
assert '55827837 + 0 properly paired (89.16% : N/A)' in samtools_report[8]
@pytest.mark.singleend_human
......
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