Skip to content

Commit

Permalink
fix the report I broke
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Aug 8, 2024
1 parent 69818e9 commit 3da6e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions harpy/reports/align_stats.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ valueBox(scales::comma(length(unique(tb$contig))), caption = "Contigs", color =

### general-samples
```{r}
valueBox("50 kbp", caption = "Intervals", color = "info")
valueBox(paste(windowskb, "kb"), caption = "Intervals", color = "info")
```
### glob-avg
```{r}
Expand All @@ -383,7 +383,7 @@ valueBox(global_avg, caption = "Average depth", color = "info")

### glob-sd
```{r}
valueBox(global_sd) caption = "Stdev depth", color = "info")
valueBox(global_sd, caption = "Stdev depth", color = "info")
```

### filt-avg
Expand Down

0 comments on commit 3da6e52

Please sign in to comment.