Skip to content

Commit 9506021

Browse files
committed
4 threads for superEnhancer call
1 parent 9550d85 commit 9506021

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Snakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ rule superEnhancer:
274274
"08peak_macs1/{case}_vs_{control}_macs1_peaks.bed"
275275
output: "11superEnhancer/{case}_vs_{control}-super/"
276276
log: "00log/{case}_superEnhancer.log"
277+
threads: 4
277278
params:
278279
jobname = "{case}",
279280
outputdir = os.path.dirname(srcdir("00log"))

config.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11

22
idx_bt1: /scratch/genomic_med/apps/annot/indexes/bowtie/hg19
33
macs_g: hs
4-
macs_pvalue: 10e-5
4+
macs_pvalue: 1e-5
55
macs2_g: hs
6-
macs2_pvalue: 10e-5
7-
macs2_pvalue_broad: 10e-5
6+
macs2_pvalue: 1e-5
7+
macs2_pvalue_broad: 1e-5
88

99
#superEnhancer genome
1010
rose_g: hg19
1111

12-
#number of reads downsample to
13-
target_reads: 15000000
12+
#number of reads downsample to, I set to 50 million, if reads number smaller than
13+
## 50 million, downsample will keep the orignal reads
14+
target_reads: 50000000
1415

1516

1617
# Path to a JSON file with samples and their corresponding FASTQ files.

0 commit comments

Comments
 (0)