You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A standardized, reproducible pipeline to process WGBS bisulfite & EM-seq data. This goes from .fastq to methylation calls (via [biscuit](https://github.com/huishenlab/biscuit)) and includes extensive QC and plotting, using a Snakemake pipeline.
12
13
13
-
At a high level, this pipeline reproducibly:
14
-
- Builds a reference genome
15
-
- Trims & (minimally) filters reads
16
-
- Aligns & calls methylation using [biscuit](https://github.com/huishenlab/biscuit)
to quickly validate the pipeline and see what would be executed. Remove `--dry-run` to run the full process.
55
-
56
-
After removing the `--dry-run` flag, this will download reference genomes and build indices.
57
-
58
-
### Mac OS X Compatibility
48
+
For detailed instructions, see the [Installation Guide](https://semenko.github.io/serpent-methylation-pipeline/installation.html).
59
49
60
-
Unfortunately, critical dependencies don't support Mac OS architectures yet (e.g., `bwa-mem2` only supports `linux-aarch64`), though this might be supported using `brew`. Please open an issue or submit a PR if you're able to improve this situation! :smiley:
50
+
## Features
61
51
62
-
### Data Definition
52
+
At a high level, this pipeline reproducibly:
53
+
- Builds a reference genome
54
+
- Trims & (minimally) filters reads
55
+
- Aligns & calls methylation using [biscuit](https://github.com/huishenlab/biscuit)
Raw data files from [data](../data) are processed and analyzed by this snakemake workflow. Within each project directory, the output is (roughly) structured as:
We welcome contributions! Please see the [Contributing Guide](https://semenko.github.io/serpent-methylation-pipeline/contributing.html) in our documentation.
0 commit comments