generated from nmfs-opensci/NOAA-quarto-simple
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
82 lines (73 loc) · 2.12 KB
/
_quarto.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
project:
type: website
website:
page-navigation: true
title: "MetMiner Cookbook"
site-url: "https://shawnwx2019.github.io/metminer-cookbook"
repo-url: "https://github.com/ShawnWx2019/metminer-cookbook"
repo-actions: [edit, source, issue]
favicon: images/favicon.ico
page-footer:
right: "This page is built with [Quarto](https://quarto.org/)"
left: "© CC-1.0"
sidebar:
background: "#D9E3E4"
logo: "https://shawnmagic-1257599720.cos.ap-chengdu.myqcloud.com/picgologo_long.webp"
favicon: images/favicon.ico
pinned: true
align: center
tools:
- icon: globe
href: https://shawnwx2019.github.io/
text: "Shawn learn bioinformatics"
- icon: github
href: https://github.com/ShawnWx2019
text: "Shawn Wang"
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: About
- href: content/installation.qmd
text: Installation
- section: "Upstream data processing"
contents:
- href: content/Upstream_method.qmd
text: Introduction
- href: content/Project_init.qmd
text: Project initiate
- href: content/Import_data.qmd
text: Data import
- section: "Downstream data processing"
contents:
- href: content/feature_anno.qmd
text: Feature annotation
- href: content/feature_dedup.qmd
text: Feature deduplication
- href: content/feature_class.qmd
text: Classification
- href: content/enrich.qmd
text: Enrichment analysis
- href: content/dam.qmd
text: DAM analysis
- section: "Data mining"
contents:
- href: content/Datamining_method.qmd
text: Introduction
- href: content/iWGCNA.qmd
text: iterative WGCNA
- href: content/references.qmd
text: References
format:
html:
theme:
light: [cosmo, theme.scss]
dark: [cosmo, theme-dark.scss]
code-copy: true
code-overflow: wrap
toc: true
filters:
- include-files.lua
- quarto
bibliography: content/reference.bib