From f6951a42433d8f4f1cca248cd412cd27379cddeb Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Fri, 20 Mar 2020 14:49:03 -0500
Subject: [PATCH] Remove redundant test.

---
 workflow/tests/plot_profile.bats | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/workflow/tests/plot_profile.bats b/workflow/tests/plot_profile.bats
index 229a0f1..371b80f 100644
--- a/workflow/tests/plot_profile.bats
+++ b/workflow/tests/plot_profile.bats
@@ -7,11 +7,6 @@ profile_script="./workflow/scripts/plot_profile.sh"
   run check_tools
 }
 
-@test "Test deeptools present" {
-  source ${profile_script}
-  run check_tools
-}
-
 @test "Test deeptools computeMatrix" {
   source ${profile_script}
   run compute_matrix test_data/ENCSR238SGC_pooled.fc_signal.bw /project/shared/bicf_workflow_ref/mouse/GRCm38/gencode.vM20.annotation.gtf
-- 
GitLab