Mercurial > repos > mingchen0919 > rmarkdown_fastqc_site
diff 02_fastqc_original_reports.Rmd @ 0:d732d4526c6d draft
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_site commit ddb1f6aca7619aea2e660b1729367841b56ba4c9-dirty
author | mingchen0919 |
---|---|
date | Tue, 08 Aug 2017 10:14:46 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/02_fastqc_original_reports.Rmd Tue Aug 08 10:14:46 2017 -0400 @@ -0,0 +1,20 @@ +--- +title: "FastQC original reports" +output: html_document +--- + +```{r 'FastQC original reports', include=FALSE, warning=FALSE, message=FALSE} +knitr::opts_chunk$set(echo = ECHO) +``` + + +Below are links to ***Fastqc*** original html reports. + +```{r 'html report links'} +html_report_list = list() +html_files = list.files('REPORT_OUTPUT_DIR', pattern = '.*html') +for (i in html_files) { + html_report_list[[i]] = tags$li(tags$a(href=i, i)) +} +tags$ul(html_report_list) +``` \ No newline at end of file