File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -274,6 +274,7 @@ rule superEnhancer:
274
274
"08peak_macs1/{case}_vs_{control}_macs1_peaks.bed"
275
275
output : "11superEnhancer/{case}_vs_{control}-super/"
276
276
log : "00log/{case}_superEnhancer.log"
277
+ threads : 4
277
278
params :
278
279
jobname = "{case}" ,
279
280
outputdir = os .path .dirname (srcdir ("00log" ))
Original file line number Diff line number Diff line change 1
1
2
2
idx_bt1 : /scratch/genomic_med/apps/annot/indexes/bowtie/hg19
3
3
macs_g : hs
4
- macs_pvalue : 10e -5
4
+ macs_pvalue : 1e -5
5
5
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
8
8
9
9
# superEnhancer genome
10
10
rose_g : hg19
11
11
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
14
15
15
16
16
17
# Path to a JSON file with samples and their corresponding FASTQ files.
You can’t perform that action at this time.
0 commit comments