Skip to content

Commit 27df467

Browse files
committed
Add new pages
1 parent 432b8dd commit 27df467

4 files changed

Lines changed: 34 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: landingpage
3+
title: "Microbiome Helper"
4+
---
5+
6+
# Welcome to Microbiome Helper
7+
Resources and tutorials for microbiome data analysis. We are currently still building this website, but in the meantime you can view all of our current analysis workflows on our [Github Wiki](https://github.com/LangilleLab/microbiome_helper/wiki/Home-%E2%80%90-Microbiome-Helper-2).

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: default
2+
layout: landingpage
33
title: "Microbiome Helper"
44
---
55

marker_gene.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: default
3+
title: "Marker gene workflow"
4+
show_sidetoc: true
5+
---
6+
7+
# Marker gene workflow
8+
This page will show our marker gene workflow. In the meantime, you can see the previous version on our [Github Wiki](https://github.com/LangilleLab/microbiome_helper/wiki/Microbiome-Helper-2-Marker-gene-workflow).
9+
10+
This is what a bash code snippet will look like:
11+
```{bash}
12+
#some code to go here
13+
```

metagenome_taxonomy.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: default
3+
title: "Metagenomic taxonomic annotation workflow"
4+
show_sidetoc: true
5+
---
6+
7+
# Metagenomic taxonomic annotation workflow
8+
This page will show our metagenomic taxonomic annotation workflow. In the meantime, you can see the previous version on our [Github Wiki](https://github.com/LangilleLab/microbiome_helper/wiki/Microbiome-Helper-2-Annotation-of-reads-with-Kraken2-(and-taxonomic-profiling-with-Bracken))
9+
10+
This is what a bash code snippet will look like:
11+
```{bash}
12+
#some code to go here
13+
```

0 commit comments

Comments
 (0)