From 4a069abfc3d97f1fd282cd610107af9ee6972f25 Mon Sep 17 00:00:00 2001 From: Holly Ruess <holly.ruess@utsouthwestern.edu> Date: Tue, 22 Jan 2019 10:17:23 -0600 Subject: [PATCH] change png to pdf --- workflow/tests/test_experiment_qc.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/workflow/tests/test_experiment_qc.py b/workflow/tests/test_experiment_qc.py index 6950950..3c4c9d0 100644 --- a/workflow/tests/test_experiment_qc.py +++ b/workflow/tests/test_experiment_qc.py @@ -35,15 +35,15 @@ def test_experiment_qc_singleend(): assert os.path.exists(os.path.join(test_output_path, 'sample_mbs.npz')) assert os.path.exists(os.path.join(test_output_path, 'heatmap_SpearmanCorr.pdf')) assert os.path.exists(os.path.join(test_output_path, 'heatmap_PearsonCorr.pdf')) - assert os.path.exists(os.path.join(test_output_path, 'coverage.png')) - assert os.path.exists(os.path.join(test_output_path, 'ENCLB144FDT_fingerprint.png')) - assert os.path.exists(os.path.join(test_output_path, 'ENCLB831RUI_fingerprint.png')) + assert os.path.exists(os.path.join(test_output_path, 'coverage.pdf')) + assert os.path.exists(os.path.join(test_output_path, 'ENCLB144FDT_fingerprint.pdf')) + assert os.path.exists(os.path.join(test_output_path, 'ENCLB831RUI_fingerprint.pdf')) @pytest.mark.pairdend def test_experiment_qc_pairedend(): assert os.path.exists(os.path.join(test_output_path, 'sample_mbs.npz')) assert os.path.exists(os.path.join(test_output_path, 'heatmap_SpearmanCorr.pdf')) assert os.path.exists(os.path.join(test_output_path, 'heatmap_PearsonCorr.pdf')) - 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')) + assert os.path.exists(os.path.join(test_output_path, 'coverage.pdf')) + assert os.path.exists(os.path.join(test_output_path, 'ENCLB568IYX_fingerprint.pdf')) + assert os.path.exists(os.path.join(test_output_path, 'ENCLB637LZP_fingerprint.pdf')) -- GitLab