diff _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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/_site.yml	Tue Aug 08 10:14:46 2017 -0400
@@ -0,0 +1,29 @@
+name: "FastQC Website"
+output_dir: "my_site"
+navbar:
+    title: "FastQC"
+    type: inverse
+    left:
+        - text: "Home"
+          icon: fa-home
+          href: index.html
+        - text: "Evaluation Overview"
+          href: 01_evaluation_overview.html
+        - text: "Evaluation Items"
+          menu:
+            - text: "Per Base Quality Scores"
+              href: 1_per_base_quality_scores.html
+            - text: "Per Base N Content"
+              href: 2_per_base_N_content.html
+            - text: "Per Sequence Quality Scores"
+              href: 3_per_sequence_quality_scores.html
+            - text: "Per Sequence GC Content"
+              href: 4_per_sequence_GC_content.html
+            - text: "Per Base Sequence Content"
+              href: 5_per_base_sequence_content.html
+        - text: "Original FastQC Reports"
+          href: 02_fastqc_original_reports.html
+output:
+  html_document:
+    theme: cosmo
+    highlight: textmate
\ No newline at end of file