Create fastqc reports
| 1 2 | glue_fastqc(in_dir = "./fastq", out_dir = "./fastqc_out",
  core_num = 4)
 | 
| in_dir | A path of directory which contains input files | 
| out_dir | A path of directory for saving output files | 
| core_num | number of cpu core | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.