From 1cd03ed17b8b3945b1a38c7fe87ecf587745a780 Mon Sep 17 00:00:00 2001
From: Jeremy Mathews <Jeremy.Mathews@utsouthwestern.edu>
Date: Fri, 16 Aug 2019 15:02:02 -0500
Subject: [PATCH] add -p option for plot profile

---
 workflow/scripts/plotProfile.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/workflow/scripts/plotProfile.sh b/workflow/scripts/plotProfile.sh
index 7f62dc5..0f50501 100644
--- a/workflow/scripts/plotProfile.sh
+++ b/workflow/scripts/plotProfile.sh
@@ -10,6 +10,7 @@ computeMatrix reference-point \
 	-R $gtf \
 	--skipZeros \
 	-o computeMatrix.gz
+	-p max/2
 
 plotProfile -m computeMatrix.gz \
 	-out plotProfile.png \
-- 
GitLab