Releases: gynecoloji/snakemake_ATACseq
Release list
v1.2.2
v1.2.1
v1.2.0
v1.1.1
v1.1.0
[1.1.0] - 2026-07-14
Added
- Optional TOBIAS TF-footprinting stage (
footprint_alltarget,
workflow/rules/footprint.smk): pools replicate BAMs per condition (from the
sample sheet'stypecolumn), removes Tn5 insertion bias (ATACorrect),
scores footprints (ScoreBigwig), and reports differential TF binding across
conditions from JASPAR motifs (BINDetect). Opt-in — not part of the default
run. Adds thejaspar_motifsconfig key and thetobiasconda environment.
Fixed
- The QC RPGC bedgraph (
deeptools_bedgraph) now excludes blacklist regions
(--blackListFileName), matching the primarycreate_bigwigcoverage track.
Full Changelog: v1.0.0...v1.1.0
v1.0.0
First release: an ATAC-seq Snakemake workflow with RPGC depth-normalized
coverage (no spike-in). Adapted from the spike-in–normalized sibling workflow
by dropping spike-in alignment/normalization and using read-depth normalization.
Primary stage (atacseq_all): FastQC/fastp → Bowtie2 alignment to a human
index → filtering/dedup/blacklist → MACS2 peaks → RPGC depth-normalized bigWigs
→ reproducible fixed-width consensus peaks + featureCounts matrix.
QC stage (qc_all): deepTools QC, FRiP, IDR, library complexity, TSS
enrichment, reads-in-annotation, and a self-contained interactive HTML QC report.
Differential analysis (ATACseq_Dx.ipynb): DESeq2 (median-of-ratios)
differential binding on the consensus counts (promoter vs distal, paired design)
plus Gviz browser tracks from the RPGC bigWigs.
Full Changelog: https://github.com/gynecoloji/snakemake_ATACseq/commits/v1.0.0