Skip to content

Commit 3052d81

Browse files
authored
Merge pull request #119 from SPAAM-community/intro-ngs-chapter
Add: Intro to NGS chapter
2 parents e232ab7 + e4c9aa5 commit 3052d81

38 files changed

Lines changed: 2060 additions & 109 deletions

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
on:
22
workflow_dispatch:
33
push:
4-
branches: main
4+
branches:
5+
- main
56

67
name: Quarto Publish
78

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ If adding a new section chapter:
5252
- Do not place in `docs/assets/images/chapters/`!
5353
5. References in BibTex for the chapter should go a `references.bib` file into `assets/references/chapters/<chapter>`
5454
6. Add the `.qmd` file to the `_quarto.yml` config file in the `chapters:` scope
55-
7. Render the book the extensions' `Quarto: Render Book` command, or run the following
55+
7. Render the book the extensions' `Quarto: Render Book` command, or run the following while inside the reposiroty directory
5656

5757
```bash
58-
quarto preview intro-to-ancient-metagenomics-book/ --render all --no-browser --no-watch-inputs
58+
quarto preview . --render all --no-browser --no-watch-inputs
5959
```
6060

6161
8. Commit, push to GitHub, and open a PR against the `main` branch [^2]

_quarto.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ project:
55
toc: true
66
number-sections: true
77

8+
bibliography:
9+
- assets/references/accessing-ancient-metagenomic-data.bib
10+
- assets/references/ancient-metagenomic-pipelines.bib
11+
- assets/references/authentication.bib
12+
- assets/references/chapter-template.bib
13+
- assets/references/chapter-writing-guidelines.bib
14+
- assets/references/contamination.bib
15+
- assets/references/denovo-assembly.bib
16+
- assets/references/genome-mapping.bib
17+
- assets/references/git-github.bib
18+
- assets/references/index.bib
19+
- assets/references/introduction-to-ancient-dna.bib
20+
- assets/references/introduction-to-edna.bib
21+
- assets/references/introduction-to-ngs-sequencing.bib
22+
- assets/references/phylogenomics.bib
23+
- assets/references/r-tidyverse.bib
24+
- assets/references/taxonomic-profiling.bib
25+
826
book:
927
title: "Introduction to Ancient Metagenomics"
1028
author: "James A. Fellows Yates and Christina Warinner"
@@ -67,4 +85,5 @@ format:
6785
- assets/css/custom.scss
6886
cover-image: assets/images/cover.png
6987
# pdf:
70-
# documentclass: scrreprt
88+
# documentclass: book
89+
# biblio-title: "References"
1.43 KB
Loading
96.2 KB
Loading
313 KB
Loading
71.9 KB
Loading

assets/images/chapters/intro-to-ngs/fig-intro-ngs-chromatogram.jpg renamed to assets/images/chapters/intro-to-ngs/fig-intro-ngs-fig-chromatogram.jpg

File renamed without changes.
968 KB
Loading
65.3 KB
Loading

0 commit comments

Comments
 (0)