callpeak_ATACseq.smk¶
Snakemake workflow for peak calling of ATAC-seq data.
Note
Please make sure that you have Singularity and Snakemake installed on your system and cloned the SnakeNgs repository.
Workflow¶
The rulegraph was created by snakevision.
- Peak calling using MACS with the parameter specified in the
config.yaml
. - Make summary statistics using MultiQC.
Usage¶
1 2 3 4 5 |
|
config.yaml
should contain the following information:
1 2 3 4 5 6 7 8 9 10 |
|
path/to/output
should containfastq
directory with the following structure:
1 2 3 4 5 |
|
Is is expected that the input BAM files are generated by the preprocessing_ChIPseq.smk workflow.
-
macs2
contains the parameters for MACS2 peak calling. Please refer to the MACS2 documentation. -
bedgraphtobigwig
contains the assembly information for the conversion of bedgraph files to bigwig files.