Mercurial > repos > mingchen0919 > aurora_fastqc_site
annotate _site.yml @ 8:94762f1cb779 draft
planemo upload commit 76f9ca75d5b1c0c0fad6c10876d9dfeba7d5ecff-dirty
author | mingchen0919 |
---|---|
date | Mon, 30 Apr 2018 16:15:39 -0400 |
parents | 3f92c10de274 |
children |
rev | line source |
---|---|
4 | 1 name: "FastQC Website" |
7 | 2 output_dir: "." |
4 | 3 navbar: |
4 title: "FastQC" | |
5 type: inverse | |
6 left: | |
7 - text: "Evaluation Overview" | |
8 href: 01_evaluation_overview.html | |
9 - text: "Evaluation by data module" | |
10 menu: | |
11 - text: "Per Base Sequence Quality" | |
12 href: 02_per_base_sequence_quality.html | |
13 - text: "Per Tile Sequence Quality" | |
14 href: 03_per_tile_sequence_quality.html | |
15 - text: "Per Sequence Quality Score" | |
16 href: 04_per_sequence_quality_score.html | |
17 - text: "Per Base Sequence Content" | |
18 href: 05_per_base_sequence_content.html | |
19 - text: "Per Sequence GC Content" | |
20 href: 06_per_sequence_gc_content.html | |
21 - text: "Per Base N Content" | |
22 href: 07_per_base_n_content.html | |
23 - text: "Sequence Length Distribution" | |
24 href: 08_sequence_length_distribution.html | |
25 - text: "Sequence Duplication Levels" | |
26 href: 09_sequence_duplication_levels.html | |
27 - text: "Adapter Content" | |
28 href: 10_adapter_content.html | |
29 - text: "Kmer Content" | |
30 href: 11_kmer_content.html | |
8
94762f1cb779
planemo upload commit 76f9ca75d5b1c0c0fad6c10876d9dfeba7d5ecff-dirty
mingchen0919
parents:
7
diff
changeset
|
31 |
4 | 32 output: |
33 html_document: | |
34 theme: cosmo | |
35 highlight: textmate |