ChIP-Seq-SE CWL pipeline from BioWardrobe
Authors/Creators
- 1. Cincinnati Children's Hospital Medical Center
Description
This workflow is a CWL version of a Python pipeline from BioWardrobe (Kartashov and Barski, 2015). It starts by extracting input FASTQ file (if it was compressed). Next step runs BowTie (Langmead et al., 2009) to perform alignment to a reference genome, resulting in an unsorted SAM file. The SAM file is then sorted and indexed with Samtools (Li et al., 2009) to obtain a BAM file and a BAI index. Next MACS2 (Zhang et al., 2008) is used to call peaks and to estimate fragment size. In the last few steps, the coverage by estimated fragments is calculated from the BAM file and is reported in bigWig format. The pipeline also reports statistics, such as read quality, peak number and base frequency, and other troubleshooting information using tools such as Fastx-toolkit and Bamtools.
Files
Barski-lab/ga4gh_challenge-v0.0.5.zip
Files
(582.6 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:4a0e176b50841ed4ef570181df879784
|
582.6 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/Barski-lab/ga4gh_challenge/tree/v0.0.5 (URL)