0
|
1 name: "FastQC Website"
|
|
2 output_dir: "../_site"
|
|
3 navbar:
|
|
4 title: "FastQC"
|
|
5 type: inverse
|
|
6 left:
|
|
7 - text: "Home"
|
|
8 icon: fa-home
|
|
9 href: index.html
|
|
10 - text: "Evaluation Overview"
|
|
11 href: 01_evaluation_overview.html
|
|
12 - text: "Evaluation by data module"
|
|
13 menu:
|
|
14 - text: "Per Base Sequence Quality"
|
|
15 href: 02_per_base_sequence_quality.html
|
|
16 - text: "Per Tile Sequence Quality"
|
|
17 href: 03_per_tile_sequence_quality.html
|
|
18 - text: "Per Sequence Quality Score"
|
|
19 href: 04_per_sequence_quality_score.html
|
|
20 - text: "Per Base Sequence Content"
|
|
21 href: 05_per_base_sequence_content.html
|
|
22 - text: "Per Sequence GC Content"
|
|
23 href: 06_per_sequence_gc_content.html
|
|
24 - text: "Per Base N Content"
|
|
25 href: 07_per_base_n_content.html
|
|
26 - text: "Sequence Length Distribution"
|
|
27 href: 08_sequence_length_distribution.html
|
|
28 - text: "Sequence Duplication Levels"
|
|
29 href: 09_sequence_duplication_levels.html
|
|
30 - text: "Adapter Content"
|
|
31 href: 10_adapter_content.html
|
|
32 - text: "Kmer Content"
|
|
33 href: 11_kmer_content.html
|
|
34 output:
|
|
35 html_document:
|
|
36 theme: cosmo
|
|
37 highlight: textmate |