KoesGroup/Snakemake_ChIPseq_PE

Mistake

Closed this issue · 2 comments

https://github.com/KoesGroup/Snakemake_ChIPseq/blob/86cdaa227fb3ab10e57d4711b6f462931535056c/Snakefile#L47-L48

Small mistake to be changed on the bed branch, CASE should be treatment and CONTROLS should be control.

CASES = get_samples_per_treatment(treatment="treatment")
CONTROLS = get_samples_per_treatment(treatment="control")

Fixed