Mercurial > repos > mingchen0919 > aurora_fastqc_site
diff 05_per_base_sequence_content.Rmd @ 8:94762f1cb779 draft
planemo upload commit 76f9ca75d5b1c0c0fad6c10876d9dfeba7d5ecff-dirty
author | mingchen0919 |
---|---|
date | Mon, 30 Apr 2018 16:15:39 -0400 |
parents | b9c9d1dacda6 |
children |
line wrap: on
line diff
--- a/05_per_base_sequence_content.Rmd Mon Apr 30 10:15:54 2018 -0400 +++ b/05_per_base_sequence_content.Rmd Mon Apr 30 16:15:39 2018 -0400 @@ -3,14 +3,10 @@ --- ```{r setup, include=FALSE, warning=FALSE, message=FALSE} -knitr::opts_chunk$set( - echo = as.logical(opt$X_e), - error = TRUE, - eval = TRUE -) +knitr::opts_knit$set(progress = FALSE) +knitr::opts_chunk$set(error = TRUE, echo = FALSE) ``` - ### Per base sequence content ```{r 'Per base sequence content', fig.width=10}