Skip to content
Snippets Groups Projects
Commit 43a96c42 authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

Update tests

parent 92ed4283
Branches
Tags
1 merge request!58Resolve "xcor.py, --random-source fails if file is too small"
Pipeline #4743 passed with stages
in 12 hours, 16 minutes, and 20 seconds
......@@ -41,4 +41,4 @@ def test_upsetplot_pairedend():
def test_annotation_pairedend():
annotation_file = test_output_path + 'ENCSR729LGA.chipseeker_annotation.tsv'
assert os.path.exists(annotation_file)
assert utils.count_lines(annotation_file) >= 25466
assert utils.count_lines(annotation_file) >= 25367
......@@ -44,4 +44,4 @@ def test_overlap_peaks_singleend():
def test_overlap_peaks_pairedend():
assert os.path.exists(os.path.join(test_output_path, 'ENCSR729LGA.rejected.narrowPeak'))
peak_file = test_output_path + 'ENCSR729LGA.replicated.narrowPeak'
assert utils.count_lines(peak_file) >= 25758
assert utils.count_lines(peak_file) >= 25657
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