Skip to content

Commit

Permalink
Ignore secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
millerh1 committed Jun 26, 2022
1 parent 48a269d commit c9a526c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ VennDiagram*
rlbase/misc/rlranges/
misc/rlranges
*.broadPeak
.Renviron
2 changes: 1 addition & 1 deletion app.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9a526c

Please sign in to comment.