Skip to content

Commit

Permalink
Use --call-summits only when calling narrow peaks. These summits can …
Browse files Browse the repository at this point in the history
…then be used for TFBS enrichment.
  • Loading branch information
ktrns committed Jun 29, 2023
1 parent dac4367 commit df64c3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,7 @@ process {
'--nomodel',
'--shift -75',
'--extsize 150',
'--call-summits',
params.narrow_peak ? '' : "--broad --broad-cutoff ${params.broad_cutoff}",
params.narrow_peak ? '--call-summits' : "--broad --broad-cutoff ${params.broad_cutoff}",
params.save_macs_pileup ? '--bdg --SPMR' : '',
params.macs_pvalue ? "--pvalue ${params.macs_pvalue}" : '',
params.macs_fdr ? "--qvalue ${params.macs_fdr}" : ''
Expand Down

0 comments on commit df64c3a

Please sign in to comment.