Skip to content
Snippets Groups Projects
Commit be546fbf authored by Holly Ruess's avatar Holly Ruess
Browse files

fix macs

parent 6e39fc29
Branches
Tags
1 merge request!13Resolve "fix consensus peaks"
Pipeline #5506 passed with stages
in 7 hours, 4 minutes, and 13 seconds
......@@ -22,4 +22,4 @@ def test_call_peaks_macs_pairedend_mouse():
assert os.path.exists(os.path.join(test_output_path, 'ENCSR451NAE/1/', 'ENCLB749GLW.pvalue_signal.bw'))
assert os.path.exists(os.path.join(test_output_path, 'ENCSR451NAE/1/', 'ENCLB749GLW_peaks.xls'))
peak_file = test_output_path + 'ENCSR451NAE/1/' + 'ENCLB749GLW.narrowPeak'
assert utils.count_lines(peak_file) == 487955
assert utils.count_lines(peak_file) == 175294
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