-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
96 lines (92 loc) · 2.89 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
project:
type: book
book:
title: "Polyglot programming for single-cell analysis"
author:
- name: Benjamin Rombaut
orcid: 0000-0002-4022-715X
affiliations:
- name: Saeys lab
city: Ghent
country: Belgium
url: https://saeyslab.sites.vib.be
- name: VIB Center for Inflammation Research
city: Ghent
country: Belgium
- department: Department of Applied Mathematics, Computer Science, and Statistics
name: Ghent University
city: Ghent
country: Belgium
- name: Louise Deconinck
orcid: 0000-0001-8100-6823
affiliations:
- name: Saeys lab
city: Ghent
country: Belgium
url: https://saeyslab.sites.vib.be
- name: VIB Center for Inflammation Research
city: Ghent
country: Belgium
- department: Department of Applied Mathematics, Computer Science, and Statistics
name: Ghent University
city: Ghent
country: Belgium
- name: Robrecht Cannoodt
orcid: 0000-0003-3641-729X
affiliations:
- name: Data Intuitive
city: Lebbeke
country: Belgium
url: https://data-intuitive.com
date: "9/12/2024"
cover-image: assets/cover.svg
site-url: https://saeyslab.github.io/polygloty
repo-url: https://github.com/saeyslab/polygloty
repo-actions: [edit, issue, source]
chapters:
- index.qmd
- book/introduction.qmd
- book/usecase/index.qmd
- text: "In-memory interoperability"
part: book/in_memory/index.qmd
chapters:
- text: Pitfalls
href: book/in_memory/pitfalls.qmd
- text: Rpy2
href: book/in_memory/rpy2.qmd
- text: Reticulate
href: book/in_memory/reticulate.qmd
- text: "Disk-based interoperability"
part: book/disk_based/index.qmd
chapters:
- text: Interoperable file formats
href: book/disk_based/file_formats.qmd
- text: Disk-based pipelines
href: book/disk_based/disk_based_pipelines.qmd
- text: Workflow frameworks
part: book/workflow_frameworks/index.qmd
chapters:
- text: A review
href: book/workflow_frameworks/review.qmd
- text: Essential qualities and technologies
href: book/workflow_frameworks/qualities.qmd
- text: Quality assessment
href: book/workflow_frameworks/quality_assessment.qmd
- text: Example workflow
href: book/workflow_frameworks/viash_nextflow.qmd
- text: Best practices
href: book/workflow_frameworks/best_practices.qmd
- book/book_slides.qmd
- book/references.qmd
bibliography: book/references.bib
format:
html:
theme: cosmo
toc: true
link-external-icon: true
link-external-newwindow: true
copy-code: true
code-overflow: scroll
# cache computations
execute:
freeze: auto