Skip to content
Snippets Groups Projects

Resolve "Add in current chip-analysis functionality."

Merged Venkat Malladi requested to merge 15_Annotation_diff_bind into master
Viewing commit 3a0ac094
Show latest version
6 files
+ 12
11
Preferences
File browser
Compare changes
@@ -16,7 +16,7 @@ def test_annotate_peaks_singleend():
@@ -16,7 +16,7 @@ def test_annotate_peaks_singleend():
assert os.path.exists(os.path.join(test_output_path, 'ENCSR238SGC.chipseeker_upsetplot.pdf'))
assert os.path.exists(os.path.join(test_output_path, 'ENCSR238SGC.chipseeker_upsetplot.pdf'))
annotation_file = test_output_path + 'ENCSR238SGC.chipseeker_annotation.csv'
annotation_file = test_output_path + 'ENCSR238SGC.chipseeker_annotation.csv'
assert os.path.exists(annotation_file)
assert os.path.exists(annotation_file)
assert utils.count_lines(annotation_file) == 149820
assert utils.count_lines(annotation_file) == 152840
@pytest.mark.pairedend
@pytest.mark.pairedend