From 08867511a198236771b834e67e93d03b376942a3 Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Wed, 12 Feb 2020 10:44:05 -0600
Subject: [PATCH] Update plot profile name.

---
 workflow/main.nf                                     | 2 +-
 workflow/scripts/{plotProfile.sh => plot_profile.sh} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename workflow/scripts/{plotProfile.sh => plot_profile.sh} (93%)

diff --git a/workflow/main.nf b/workflow/main.nf
index bf87941..f907c73 100644
--- a/workflow/main.nf
+++ b/workflow/main.nf
@@ -498,7 +498,7 @@ process plotProfile {
   script:
   """
   module load deeptools/2.5.0.1
-  bash $baseDir/scripts/plotProfile.sh
+  bash $baseDir/scripts/plot_profile.sh
   """
 }
 
diff --git a/workflow/scripts/plotProfile.sh b/workflow/scripts/plot_profile.sh
similarity index 93%
rename from workflow/scripts/plotProfile.sh
rename to workflow/scripts/plot_profile.sh
index 0f50501..b4df3b3 100644
--- a/workflow/scripts/plotProfile.sh
+++ b/workflow/scripts/plot_profile.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-#plotProfile.sh
+#plot_profile.sh
 
 bws=$(ls *.bw)
 gtf=$(ls *.gtf *.bed)
-- 
GitLab