* Atac-seq is similar to ChIP-seq an epigenomics NGS technique to identify open chromatin. Since the sequencing is in a paired-end mode (instead of single-end like ChIP-seq) other parameters are needed for the alignment.
`-1` indicates the forward read while `-2` indicates the reverse read.\
`Genrich` has an advantage over `MACS2` since it is offering to do necessary filtering steps during the peak calling.\
`-e` allows to exclude chromosomes that are specified. In this case the mitochondrial chromosome (chrM). \
`-m` filters low quality reads. \
`-j` specifies that it has to run in the atac-seq mode.\
`-a` is the minimum AUC for a peak\
`-r` removes PCR duplicates.\
`-k` creates a bedgraph-ish file for pileups. \
*
* Write the script into a Snakefile.
* The peak caller `Genrich` is available from the `bioconda` conda channel