-
Notifications
You must be signed in to change notification settings - Fork 23
/
_quarto.yml
41 lines (36 loc) · 1.06 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
project:
type: book
output-dir: docs
execute-dir: project
book:
title: "con-gen-csu"
author: "Eric C. Anderson"
date: "9/19/2022"
chapters:
- index.qmd
- nmfs-bioinf/open-on-demand-alpine.qmd
- nmfs-bioinf/quick-unix-review.qmd
- nmfs-bioinf/shell-prog.qmd
- nmfs-bioinf/awk-intro.qmd
- nmfs-bioinf/scripts-and-functions.qmd
- nmfs-bioinf/slurm.qmd
- nmfs-bioinf/sbatch.qmd
- nmfs-bioinf/slurm-arrays.qmd
- nmfs-bioinf/sequence-alignment.qmd
- nmfs-bioinf/bioinf-formats.qmd
- nmfs-bioinf/snake.qmd
- nmfs-bioinf/snakemake-relevant-python.qmd
- nmfs-bioinf/snakemake-embellishments.qmd
- nmfs-bioinf/variant-calling.qmd
- nmfs-bioinf/handling-vcf-files.qmd
- nmfs-bioinf/sfs-fst.qmd
- nmfs-bioinf/mega-post.qmd
sidebar:
logo: nmfs-bioinf/quarto-static/fisheries_header_logo_jul2019.png
repo-url: https://github.com/eriqande/con-gen-csu
issue-url: https://github.com/eriqande/con-gen-csu/issues/new/choose
repo-actions: [edit, issue]
format:
html:
theme: cosmo
editor: source