Skip to content
Snippets Groups Projects
Commit 7a33f54e authored by Laura Cook's avatar Laura Cook
Browse files

added merged input

parent f390d4b6
No related branches found
No related tags found
No related merge requests found
......@@ -555,15 +555,15 @@ rule call_peaks_macs2_pooled_replicates:
H3K27ac = "H3K27ac_pooled_macs2"
run:
shell(" macs2 callpeak -f BAMPE -t {input.H3K4me3} \
-c {input.control4me3} --keep-dup all \
-c {input.input} --keep-dup all \
--outdir results/macs2/ -p 0.01 \
-n {params.H3K4me3} \
-g 2740338543 2> {log.H3K4me3} ")
shell("macs2 callpeak -f BAMPE -t {input.H3K27ac} \
-c {input.control27ac} --keep-dup all \
-c {input.input} --keep-dup all \
--outdir results/macs2/ -p 0.01 \
-n {params.H3K27ac} \
-g 2740338543 2> {H3K27ac} ")
-g 2740338543 2> {log.H3K27ac} ")
# ===============================================================================================
# 8. Peak QC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment