diff _site.yml @ 1:32210899a3dd draft

planemo upload commit 841d8b22bf9f1aaed6bfe8344b60617f45b275b2-dirty
author mingchen0919
date Sun, 30 Dec 2018 12:45:56 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/_site.yml	Sun Dec 30 12:45:56 2018 -0500
@@ -0,0 +1,21 @@
+name: "Aurora DESeq2"
+output_dir: "."
+navbar:
+    title: "Aurora DESeq2"
+    type: inverse
+    left:
+        - text: "Differential Expression Analysis"
+          menu:
+            - text: "DESeq2 analysis"
+              href: 01_deseq2_analysis.html
+            - text: "MA plot"
+              href: 02_ma_plot.html
+            - text: "Count matrix heatmap"
+              href: 03_count_matrix_heatmap.html
+            - text: "PCA plot"
+              href: 04_pca_plot.html
+
+output:
+  html_document:
+    theme: cosmo
+    highlight: textmate
\ No newline at end of file