Skip to content

Commit

Permalink
added missin results asis
Browse files Browse the repository at this point in the history
  • Loading branch information
ssnn-airr committed Apr 17, 2024
1 parent 623591c commit 7c8bf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/rstudio/templates/project/project_files/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ if (multiple_vgene) {

`r if(multiple_vgene){"Below contain CDR3 sequences with more than one v_call:"}`

```{r cdr3_dist, warning = TRUE, eval=multiple_vgene}
```{r cdr3_dist, warning = TRUE, eval=multiple_vgene, results='asis'}
options(width = 2000)
num_to_display=0
if(length(repertoire$sequence)>100000){
Expand Down

0 comments on commit 7c8bf58

Please sign in to comment.