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

Fix diff peaks output for single end.

parent 6f79eba4
No related merge requests found
...@@ -42,7 +42,7 @@ def test_diffbind_singleend_multiple_rep(): ...@@ -42,7 +42,7 @@ def test_diffbind_singleend_multiple_rep():
assert os.path.exists(os.path.join(test_output_path, 'ENCSR238SGC_vs_ENCSR272GNQ_diffbind.bed')) assert os.path.exists(os.path.join(test_output_path, 'ENCSR238SGC_vs_ENCSR272GNQ_diffbind.bed'))
diffbind_file = test_output_path + 'ENCSR238SGC_vs_ENCSR272GNQ_diffbind.csv' diffbind_file = test_output_path + 'ENCSR238SGC_vs_ENCSR272GNQ_diffbind.csv'
assert os.path.exists(diffbind_file) assert os.path.exists(diffbind_file)
assert utils.count_lines(diffbind_file) == 201039 assert utils.count_lines(diffbind_file) == 197471
@pytest.mark.paireddiff @pytest.mark.paireddiff
......
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