-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_site.yml
executable file
·37 lines (36 loc) · 1013 Bytes
/
_site.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: "Mnemiopsis"
exclude: ["download", "libs", "output", "sessionInfo"]
output_dir: "."
navbar:
title: "<em>Mnemiopsis leidyi</em>"
right:
- text: "Home"
href: index.html
- text: 'Experiment'
href: experiment.html
- text: 'Transcriptome'
href: transcriptome.html
- text: 'Quality Control'
menu:
- text: '8hpa Control First Pass'
href: analysis8hpaAllR.html
- text: '8hpa Control Second Pass'
href: analysis8hpa5RR.html
- text: '2hpa Control First Pass'
href: analysis2hpaAllR.html
- text: '2hpa Control Second Pass'
href: analysis2hpa2RR.html
- text: 'Stepwise Test'
href: analysisStepwise.html
- text: 'Differential Expression'
href: StoryOfInitialAnalysis.html
- text: 'Downloads'
href: downloads.html
output:
html_document:
lib_dir: 'libs'
theme: sandstone
highlight: textmate
include:
after_body: footer.html
css: styles.css