Skip to content

Commit

Permalink
fix report section
Browse files Browse the repository at this point in the history
  • Loading branch information
d4straub committed Dec 20, 2024
1 parent f442540 commit 59582a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/report_template.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@ but if you run nf-core/ampliseq with a sample metadata table (`--metadata`) any
any_robject <- !isFALSE(params$phyloseq) || !isFALSE(params$tse)
```

```{r, eval = !isFALSE(params$any_robject), results='asis'}
```{r, eval = !isFALSE(any_robject), results='asis'}
cat(paste0("
# R objects
Expand Down

0 comments on commit 59582a6

Please sign in to comment.