Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
HDash committed Oct 18, 2024
2 parents 6b4aadc + d282d3e commit d23ba26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ vignettes/*.R
*.knit.md
# Ignore example html report for now
inst/report
/doc/
/Meta/
3 changes: 3 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Authors@R: c(
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-2487-8753")),
person(given="Thomas", family="Roberts",
email = "[email protected]",
role = "cre"),
person(given="Nathan", family="Skene",
email = "[email protected]",
role = "aut",
Expand Down
2 changes: 1 addition & 1 deletion R/plot_chromHMM.R
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ plot_chromHMM <- function(peaklist,
fill = value)) +
ggplot2::ylab("") +
ggplot2::xlab("") +
ggplot2::scale_fill_viridis_c() +
ggplot2::scale_fill_viridis_b() +
ggplot2::theme_minimal() +
ggplot2::theme(axis.text = ggplot2::element_text(size = 11)) +
ggplot2::theme(axis.text.x = ggplot2::element_text(angle = 315,
Expand Down

1 comment on commit d23ba26

@HDash
Copy link
Collaborator Author

@HDash HDash commented on d23ba26 Oct 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Switching from scale_fill_viridis_c() to scale_fill_viridis_b() in R/plot_chromHMM.R somehow breaks the tests for Epicompare.R.

Please sign in to comment.