Skip to content

Commit

Permalink
fix bold summary bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Oct 21, 2024
1 parent 1ab954a commit cb41498
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion inst/templates/quarto/cpsr_summary.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ bslib::layout_column_wrap(
)
)
```
<b>
<br>

### Variant statistics

Expand Down
5 changes: 5 additions & 0 deletions inst/templates/quarto/cpsr_virtual_panel.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,16 @@ shown below.
* Diagnostic-grade genes only (applicable to Genomics England panels): __`r as.logical(cps_report[['settings']][['conf']][['gene_panel']][['diagnostic_grade_only']])`__

```{r gene_selection, echo = F, eval = T}
#| echo: false
#| eval: true
tiles_html <- cpsr::plot_virtual_panels(
gene_df = cps_report[["settings"]][["conf"]][["gene_panel"]][["panel_genes"]])
```

<div align="center">
`r tiles_html`
</div>

<br>

Expand Down

0 comments on commit cb41498

Please sign in to comment.