This workflow performs some genernal data process for ChIPseq
Please make sure that Snakemake and Git are correctly installed
Snakemake: https://snakemake.readthedocs.io/en/stable/getting_started/installation.html
Git: https://anaconda.org/anaconda/git
git clone https://github.com/mhu10/SMK_ChIPseq path/to/workdir
./SMK_ChIPseq/config/'config.yaml
./SMK_ChIPseq/Snakefile
conda activate snakemake
snakemake -n
snakemake --use-conda --cores 12
snakemake --rulegraph | dot -Tsvg > dag1.svg