diff _site.yml @ 0:c12e291895ff draft

planemo upload commit 104ae24ee30761a0099eeb91362ed1e3e13aba4b
author mingchen0919
date Tue, 01 May 2018 10:45:22 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/_site.yml	Tue May 01 10:45:22 2018 -0400
@@ -0,0 +1,21 @@
+name: "Aurora STAR"
+output_dir: "."
+navbar:
+    title: "Aurora STAR"
+    type: inverse
+    left:
+        - text: "RNA-Seq alignment"
+          menu:
+            - text: "Index genome"
+              href: 01_index_genome.html
+            - text: "Mapping"
+              href: 02_mapping.html
+            - text: "SAM to sorted BAM"
+              href: 03_sam_to_sorted_bam.html
+            - text: "Mapping evaluation"
+              href: 04_mapping_evaluation.html
+
+output:
+  html_document:
+    theme: cosmo
+    highlight: textmate
\ No newline at end of file