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
Branches
Tags
1 merge request!20Resolve "Use SampleIds/ Experiment Id as file names throughtout pipeline"
......@@ -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'))
diffbind_file = test_output_path + 'ENCSR238SGC_vs_ENCSR272GNQ_diffbind.csv'
assert os.path.exists(diffbind_file)
assert utils.count_lines(diffbind_file) == 201039
assert utils.count_lines(diffbind_file) == 197471
@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