-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
76 lines (53 loc) · 2.01 KB
/
README.Rmd
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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# mothur-snakemake-workflow <img src='figures/mothur-snakemake-workflow.png' align="right" height="139" />
This example workflow implements the MiSeq SOP as a reproducible Snakemake workflow
<!-- badges: start -->
[![build](https://github.com/SchlossLab/MiSeq-SOP-demo/actions/workflows/build.yml/badge.svg)](https://github.com/SchlossLab/MiSeq-SOP-demo/actions/workflows/build.yml)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/SchlossLab/MiSeq-SOP-demo/blob/main/LICENSE.md)
<!-- badges: end -->
## Dependencies
- mothur
- R
- snakemake
R packages:
- here
- schtools
- tidyverse
## Re-using this template
If you re-use this template for a real project, you'll need to fill in some
information in the following files:
- [LICENSE.md](LICENSE.md)
- `YEAR`
- `AUTHORS`
- `FIRST_AUTHOR_LASTNAME`
- `GITHUB_URL`
- mothur-snakemake-workflow.Rproj - rename this file to match your project.
- [paper/head.tex](paper/head.tex)
- `RUNNING TITLE`
- `FIRST AUTHOR LASTNAME`
- `AUTHORS AND AFFILIATIONS`
- [paper/paper.Rmd](paper/paper.Rmd)
- `TITLE`
- Write the actual text of your paper. 🤓
- [paper/references.bib](paper/references.bib) - export your references from Zotero (or other reference manager) to this bibtex file.
- README.md - don't edit this by hand, it's created by knitting [README.Rmd](README.Rmd).
- [README.Rmd](README.Rmd).
- `mothur-snakemake-workflow` - your project slug.
- Change the text as you see fit to explain your project.
## Directory Structure
```{bash tree, echo = FALSE, comment = ""}
tree -L 2 -n
```
## Workflow
See [config/README.md](config/README.md) for instructions on configuring this workflow for your own dataset.
<!-- run workflow/scripts/plot_rulegraph_dag.sh to generate this -->
![rulegraph](figures/rulegraph_demo.png)