-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix: fixed classify_genes() for empty levels and species ID remov…
…al in get_transposed_classes()
- Loading branch information
1 parent
1d12ee7
commit 616b925
Showing
9 changed files
with
85 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,16 @@ | ||
template: | ||
bootstrap: 5 | ||
bslib: | ||
preset: "bootstrap" | ||
font_scale: 1.0 | ||
base_font: | ||
google: "Atkinson Hyperlegible" # font for better accessibility | ||
code_font: | ||
google: "Source Code Pro" | ||
primary: "#18416a" # navbar hover and sidebar: dark blue | ||
navbar-light-bg: "#0092ac" # navbar bg: Bioc blue | ||
navbar-bg: "#0092ac" # navbar bg: Bioc blue | ||
navbar-light-brand-color: "#f9fafb" # pkg name: white | ||
text-muted: "#e9ecef" # version: light gray | ||
navbar-light-color: "#f8f9fa" # navbar pages text color: white | ||
navbar-light-hover-color: "#87b13f" # navbar text on hover: Bioc green | ||
navbar-light-brand-color: "#18416a" # pkg name: white | ||
navbar-light-hover-color: "#18416a" # navbar text on hover: Bioc green | ||
pkgdown-nav-height: 78px | ||
|
||
navbar: | ||
bg: "#0092ac" | ||
type: light | ||
type: light |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters