-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
39 lines (36 loc) · 1015 Bytes
/
_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
project:
type: website
output-dir: docs
execute:
freeze: auto
cache: true
website:
title: "Bioc2024: Interoperability between R and Python using BiocPy"
description: "Explore the data structures and packages available in [BiocPy](https://github.com/biocpy), a project that aims to facilitate Bioconductor workflows in Python"
repo-url: https://github.com/BiocPy/BiocWorkshop2024
repo-actions: [issue]
favicon: ./assets/short.png
image: ./assets/full.png
back-to-top-navigation: true
sidebar:
logo: ./assets/logo.png
contents:
- index.qmd
- howto.qmd
- section: "Tutorials"
contents:
- tutorials/genomic_ranges.qmd
- tutorials/annotate_cell_types.qmd
- tutorials/sessioninfo.qmd
tools:
- icon: github
href: https://github.com/BiocPy/
page-footer:
center:
- text: "(c) Jayaram Kancherla & Aaron Lun."
format:
html:
theme: sandstone
number-sections: false
code-link: true
toc: true