项目作者: dohlee

项目描述 :
Bismark-MethylDackel DNA methylation quantification pipeline in snakemake.
高级语言: Python
项目地址: git://github.com/dohlee/snakemake-bismark-methyldackel.git
创建时间: 2019-06-14T04:12:01Z
项目社区:https://github.com/dohlee/snakemake-bismark-methyldackel

开源协议:

下载


snakemake-bismark-methyldackel

Build Status
Reproduction Status

Bismark-MethylDackel pipeline in snakemake.

Reproducible pipeline

This pipeline guarantees reproducible results, which means that it guarantees same output (DNA methylation levels) with same input (Bisulfite sequencing reads). The reproducibility is continuously being tested and the result is shown as a badge above.

Quickstart

  1. Clone the repo.
  1. $ git clone https://github.com/dohlee/snakemake-bismark-methyldackel.git
  2. $ cd snakemake-bismark-methyldackel
  1. Modify the configurations manifest file as you want.

  2. Run the pipeline.

If you already have snakemake installed, it might be useful to just use --use-conda option. Tweak -j parameter according to the number of available cores on your system.

  1. $ snakemake --use-conda -p -j 32

Or you can create separate environment for this pipeline and run it.

  1. $ conda env create -f environment.yaml
  2. $ snakemake -p -j 32