-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
100 lines (100 loc) · 3.5 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
author: "Lakhansing Pardeshi"
project:
title: "Pectobacterium pangenome data analysis"
type: website
output-dir: "./docs"
execute-dir: project
render:
- scripts/notebooks/index.qmd
- scripts/notebooks/preprocessing.md
- scripts/notebooks/pangenome_construction.md
- scripts/notebooks/pangenome_analysis.md
- scripts/analysis/HG_summary.qmd
- scripts/analysis/pangenome_metadata_viz.qmd
- scripts/analysis/ani_clustering.qmd
- scripts/analysis/phylo_viz_tree.qmd
- scripts/analysis/prophage_summary.qmd
- scripts/analysis/synteny_demo.qmd
- scripts/analysis/prophage_clustering.qmd
- scripts/analysis/prophage_cluster_summary.qmd
- scripts/notebooks/prophage_analysis.md
- scripts/ms_figures/supplementary_tables.qmd
- scripts/ms_figures/phage_grp_45.qmd
- scripts/ms_figures/phage_grp_46.qmd
- scripts/ms_figures/phage_grp_71.qmd
execute:
freeze: true # never re-render during project render
website:
title: "Pectobacterium pangenome data analysis"
repo-url: https://github.com/lakhanp1/Pectobacterium_pangenome
repo-actions: [issue]
page-navigation: true
open-graph: true
back-to-top-navigation: true
sidebar:
style: "docked"
search: true
tools:
- icon: github
menu:
- text: Source Code
href: https://github.com/lakhanp1/Pectobacterium_pangenome
- text: Report a bug
href: https://github.com/lakhanp1/Pectobacterium_pangenome/issues/new
- icon: twitter
href: https://x.com/lakhanp01
contents:
- scripts/notebooks/index.qmd
- section: "Preprocessing"
contents:
- text: "Preprocessing"
href: scripts/notebooks/preprocessing.md
# - text: "Raw data QC"
# href:
- text: "ANI"
href: scripts/analysis/ani_clustering.qmd
- section: "Pangenome"
contents:
- text: "Pangenome metadata"
href: scripts/analysis/pangenome_metadata_viz.qmd
- text: "Build"
href: scripts/notebooks/pangenome_construction.md
- text: "Analysis"
href: scripts/notebooks/pangenome_analysis.md
- text: "Pangenome summary"
href: scripts/analysis/HG_summary.qmd
- text: "Phylogeny"
href: scripts/analysis/phylo_viz_tree.qmd
- section: "Prophages"
contents:
- text: "Analysis"
href: scripts/notebooks/prophage_analysis.md
- text: "Prophage summary"
href: scripts/analysis/prophage_summary.qmd
- text: "Syntenic Jaccard index"
href: scripts/analysis/synteny_demo.qmd
- text: "Clustering"
href: scripts/analysis/prophage_clustering.qmd
- text: "Clustering summary"
href: scripts/analysis/prophage_cluster_summary.qmd
- section: "Prophage clusters"
contents:
- text: "Phage group 46"
href: scripts/ms_figures/phage_grp_46.qmd
- test: "Phage group 45"
href: scripts/ms_figures/phage_grp_45.qmd
- test: "Phage group 71"
href: scripts/ms_figures/phage_grp_71.qmd
- text: "Supplementary tables"
href: scripts/ms_figures/supplementary_tables.qmd
format:
html:
toc: true
toc-depth: 3
html-math-method: katex
code-fold: show
code-tools: true
code-overflow: scroll
code-copy: true
code-line-numbers: true
css: ./scripts/utils/quarto_style.css