From c9a526c43f7d8f248da012212cfda9b314e7d1e7 Mon Sep 17 00:00:00 2001 From: millerh1 Date: Sun, 26 Jun 2022 12:15:43 -0500 Subject: [PATCH] Ignore secrets --- .gitignore | 1 + app.R | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 17a8846..cf5e3b4 100755 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ VennDiagram* rlbase/misc/rlranges/ misc/rlranges *.broadPeak +.Renviron diff --git a/app.R b/app.R index 2ba756d..96cf4b7 100755 --- a/app.R +++ b/app.R @@ -237,7 +237,7 @@ server <- function(input, output, session) { showlegend = FALSE, title = list(text = dat, x = 0.15), margin = list(l = 50, r = 50), xaxis = list(showgrid = FALSE, zeroline = FALSE, showticklabels = FALSE), yaxis = list(showgrid = FALSE, zeroline = FALSE, showticklabels = FALSE) - ) + ) }) names(pltLst) <- names(datList) pltLst