Skip to content
Snippets Groups Projects

Resolve "Paired-end Diffbind peaks gives different answer" after changing random

Merged Venkat Malladi requested to merge 78-diffbind_paired_end into master
Compare and
2 files
+ 3
3
Preferences
File browser
Compare changes
@@ -71,4 +71,4 @@ def test_diffbind_pairedend_single_rep():
@@ -71,4 +71,4 @@ def test_diffbind_pairedend_single_rep():
assert os.path.exists(os.path.join(test_output_path, 'ENCSR729LGA_vs_ENCSR757EMK_diffbind.bed'))
assert os.path.exists(os.path.join(test_output_path, 'ENCSR729LGA_vs_ENCSR757EMK_diffbind.bed'))
diffbind_file = test_output_path + 'ENCSR729LGA_vs_ENCSR757EMK_diffbind.csv'
diffbind_file = test_output_path + 'ENCSR729LGA_vs_ENCSR757EMK_diffbind.csv'
assert os.path.exists(diffbind_file)
assert os.path.exists(diffbind_file)
assert utils.count_lines(diffbind_file) >= 65182
assert utils.count_lines(diffbind_file) >= 65124