Skip to content

Commit b23bf64

Browse files
Deploying to gh-pages from @ 79e9e5a 🚀
1 parent deefd0f commit b23bf64

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

articles/heatmap.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/heatmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ black and white for contrast.
291291
# Add the reference base at each position for labeling
292292
ref_seqs <- Biostrings::readDNAStringSet(trna_fasta)
293293
ref_bases <- tibble::tibble(
294-
ref = rep(names(ref_seqs), Biostrings::width(ref_seqs)),
294+
ref = sub("^host-", "", rep(names(ref_seqs), Biostrings::width(ref_seqs))),
295295
pos = unlist(lapply(Biostrings::width(ref_seqs), seq_len)),
296296
ref_base = strsplit(as.character(unlist(ref_seqs)), "") |> unlist()
297297
)
19.7 KB
Loading

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ articles:
66
articles/heatmap: heatmap.html
77
articles/rewiring: rewiring.html
88
articles/structure: structure.html
9-
last_built: 2026-02-27T14:35Z
9+
last_built: 2026-02-28T00:23Z
1010
urls:
1111
reference: https://rnabioco.github.io/clover/reference
1212
article: https://rnabioco.github.io/clover/articles

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)