Skip to content
Snippets Groups Projects
Commit fb1633a3 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Add in test to see if output exists.

parent 06b65b68
1 merge request!1525 pairedend qc
Pipeline #2721 failed with stages
in 10 hours and 7 seconds
...@@ -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'))
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