Skip to content

ENCODE whole-genome bisulfite sequencing (WGBS) pipeline

License

Notifications You must be signed in to change notification settings

ENCODE-DCC/wgbs-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9ff7460 · Feb 15, 2022
Feb 15, 2022
Jan 22, 2020
Apr 21, 2021
Feb 3, 2022
Feb 3, 2022
Nov 15, 2021
Jan 29, 2021
Feb 3, 2022
Jan 29, 2021
Jul 27, 2020
Feb 15, 2022
Jan 29, 2021
Apr 24, 2018
Apr 21, 2021
Jan 29, 2021
Feb 3, 2022
Dec 17, 2021
Jun 17, 2020
Jul 27, 2020
Feb 3, 2022
Feb 3, 2022

Repository files navigation

wgbs-pipeline

CircleCI Code style: black MIT License

Overview

An ENCODE pipeline for processing whole-genome bisulfite sequencing (WGBS) and reduced representation bisulfite sequencing (RRBS) data using gemBS for alignment and methylation extraction.

Installation

  1. Git clone this pipeline.

    $ git clone https://github.com/ENCODE-DCC/wgbs-pipeline
  2. Install Caper, requires java >= 1.8, docker, and python >= 3.6 . Caper is a python wrapper for Cromwell.

    $ pip install caper  # use pip3 if it doesn't work
  3. Follow Caper's README carefully to configure it for your platform (local, cloud, cluster, etc.)

IMPORTANT: Configure your Caper configuration file ~/.caper/default.conf correctly for your platform.

Usage

To verify your installation, you can run the following pipeline with a test data set by invoking the following command from the root of the cloned repository.

Note: this will incur some cost when running in cloud environments.

$ caper run wgbs-pipeline.wdl -i tests/functional/json/test_wgbs.json --docker

For detailed usage, see usage

Inputs

See inputs

Outputs

See outputs

Contributing

We welcome comments, questions, suggestions, bug reports, feature requests, and pull requests (PRs). Please use one of the existing Github issue templates if applicable. When contributing code, please follow the Developer Guidelines.