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 faad8b58
Show latest version
1 file
+ 5
2
Preferences
File browser
Compare changes
@@ -40,5 +40,8 @@ def test_experiment_qc_singleend():
@@ -40,5 +40,8 @@ def test_experiment_qc_singleend():
@pytest.mark.integration
@pytest.mark.integration
def test_experiment_qc_pairedend():
def test_experiment_qc_pairedend():
# Do the same thing for paired end data
assert os.path.exists(os.path.join(test_output_path, 'sample_mbs.npz'))
pass
assert os.path.exists(os.path.join(test_output_path, 'heatmap_SpearmanCorr.png'))
 
assert os.path.exists(os.path.join(test_output_path, 'coverage.png'))
 
assert os.path.exists(os.path.join(test_output_path, 'ENCLB568IYX_fingerprint.png'))
 
assert os.path.exists(os.path.join(test_output_path, 'ENCLB637LZP_fingerprint.png'))