Mercurial > repos > mingchen0919 > rmarkdown_fastqc_site
comparison _site.yml @ 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 | 507eec497730 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d732d4526c6d |
---|---|
1 name: "FastQC Website" | |
2 output_dir: "my_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 Items" | |
13 menu: | |
14 - text: "Per Base Quality Scores" | |
15 href: 1_per_base_quality_scores.html | |
16 - text: "Per Base N Content" | |
17 href: 2_per_base_N_content.html | |
18 - text: "Per Sequence Quality Scores" | |
19 href: 3_per_sequence_quality_scores.html | |
20 - text: "Per Sequence GC Content" | |
21 href: 4_per_sequence_GC_content.html | |
22 - text: "Per Base Sequence Content" | |
23 href: 5_per_base_sequence_content.html | |
24 - text: "Original FastQC Reports" | |
25 href: 02_fastqc_original_reports.html | |
26 output: | |
27 html_document: | |
28 theme: cosmo | |
29 highlight: textmate |