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

Update tests and import of yaml.

parent 9eb09c23
No related merge requests found
......@@ -24,7 +24,7 @@ def test_upsetplot_singleend():
def test_annotation_singleend():
annotation_file = test_output_path + 'ENCSR238SGC.chipseeker_annotation.tsv'
assert os.path.exists(annotation_file)
assert utils.count_lines(annotation_file) == 152255
assert utils.count_lines(annotation_file) == 149284
@pytest.mark.pairedend
......
......@@ -3,6 +3,7 @@
import pytest
import os
import utils
import yaml
test_output_path = os.path.dirname(os.path.abspath(__file__)) + \
'/../output/softwareReport/'
......
......@@ -3,6 +3,7 @@
import pytest
import os
import utils
import yaml
test_output_path = os.path.dirname(os.path.abspath(__file__)) + \
'/../output/softwareReport/'
......
......@@ -37,7 +37,7 @@ def test_check_update_design(design_diff):
def test_overlap_peaks_singleend():
assert os.path.exists(os.path.join(test_output_path, 'ENCSR238SGC.rejected.narrowPeak'))
peak_file = test_output_path + 'ENCSR238SGC.replicated.narrowPeak'
assert utils.count_lines(peak_file) == 152262
assert utils.count_lines(peak_file) == 149291
@pytest.mark.pairedend
......
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