Skip to content

Commit

Permalink
htseq-count method can now run in addition to MACS2
Browse files Browse the repository at this point in the history
niekwit committed Apr 19, 2024
1 parent 35a9436 commit 3b184da
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions workflow/rules/peaks.smk
Original file line number Diff line number Diff line change
@@ -286,7 +286,7 @@ if config["peak_calling"]["macs2"]["use_macs2"]:
script:
"../scripts/annotate_peaks.R"

'''

if run_diffbind():
rule diffbind:
input:
@@ -311,11 +311,8 @@ if config["peak_calling"]["macs2"]["use_macs2"]:
"logs/diffbind/{peak_mode}/diffbind.log"
script:
"../scripts/diffbind.R"
'''



elif config["peak_calling"]["htseq_count"]["use_htseq_count"]:
if config["peak_calling"]["htseq_count"]["use_htseq_count"]:
rule call_peaks_htseq_count:
input:
bam="results/mapped/{sample}.bl.bam",

0 comments on commit 3b184da

Please sign in to comment.