Skip to content
Snippets Groups Projects
Commit 1ca8372e authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix test peaks.

parent 96069f62
Branches
Tags
1 merge request!18Resolve "Add in current chip-analysis functionality."
Pipeline #2779 canceled with stages
in 7 hours, 47 minutes, and 2 seconds
......@@ -25,4 +25,4 @@ def test_annotate_peaks_pairedend():
assert os.path.exists(os.path.join(test_output_path, 'ENCSR729LGA.chipseeker_upsetplot.pdf'))
annotation_file = test_output_path + 'ENCSR729LGA.chipseeker_annotation.csv'
assert os.path.exists(annotation_file)
assert utils.count_lines(annotation_file) == 25614
assert utils.count_lines(annotation_file) == 25391
......@@ -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) == 25878
assert utils.count_lines(peak_file) == 25655
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