-
Notifications
You must be signed in to change notification settings - Fork 40
/
example_conf_full.json
128 lines (128 loc) · 2.34 KB
/
example_conf_full.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"screen" : "",
"dry_run" : false,
"type" : "TF",
"final_stage" : "idr",
"out_dir" : "out",
"title" : "",
"input_endedness" : {
"se" : false,
"pe" : false
},
"input_files" : {
},
"species" : {
"species" : "",
"species_file" : "",
"species_browser" : "",
"ref_fa" : "",
"chrsz" : "",
"blacklist" : "",
"gensz" : ""
},
"cluster" : {
"system" : "local",
"nice" : 0,
"retrial" : 0,
"q" : ""
},
"resource" : {
"nth" : 8,
"no_par" : false,
"wt" : "5h50m",
"memory" : "7G",
"unlimited_mem_wt" : false,
"wt_dedup" : "23h",
"mem_dedup" : "12G",
"mem_shuf" : "12G",
"wt_bwa" : "47h",
"mem_bwa" : "12G",
"wt_macs2" : "23h",
"mem_macs2" : "15G",
"wt_spp" : "47h",
"mem_spp" : "12G"
},
"alignment" : {
"aligner" : "bwa",
"bwa" : {
"param_bwa_aln" : "-q 5 -l 32 -k 2",
"bwa_idx" : ""
},
"filter" : {
"dup_marker" : "picard",
"anon_filt_bam" : false,
"mapq_thresh" : 30,
"rm_chr_from_tag" : "",
"no_dup_removal" : false
},
"subsample" : {
"subsample_chip" : "0",
"subsample_ctl" : "0"
}
},
"cross_corr_analysis" : {
"no_xcor" : false,
"subsample_xcor" : "15M",
"speak_xcor" : -1,
"extra_param_xcor" : ""
},
"callpeak" : {
"peak_caller" : "spp",
"ctl_depth_ratio" : 1.2,
"use_pooled_ctl" : false,
"true_rep" : false,
"no_pseudo_rep" : false,
"spp" : {
"cap_num_peak_spp" : 300000,
"max_ppsize_spp" : "",
"speak_spp" : -1,
"extra_param_spp" : ""
},
"macs2" : {
"pval_thresh_macs2" : 0.01,
"keep_dup_macs2" : "all",
"extsize_macs2" : -1,
"shift_macs2" : 0,
"extra_param_macs2" : ""
},
"idr" : {
"idr_suffix" : false,
"idr_rank" : "",
"idr_thresh" : 0.05
},
"naive_overlap" : {
"nonamecheck" : false
}
},
"signal_track" : {
"sig_trk_for_pooled_rep_only" : false
},
"bds_configuration" : {
"env" : "$script_dir/default.env"
},
"visualization" : {
"url_base" : ""
},
"ENCODE_accession" : {
"ENCODE_accession" : "",
"ENCODE_award_rfa" : "",
"ENCODE_assay_category" : "",
"ENCODE_assay_title" : "",
"ENCODE_award" : "",
"ENCODE_lab" : "",
"ENCODE_assembly" : "",
"ENCODE_alias_prefix" : "KLAB_PIPELINE"
},
"shell_environment" : {
"conda" : {
"conda_env" : "",
"conda_env_py3" : "",
"conda_bin_dir" : ""
},
"modules" : {
"mod" : "",
"shcmd" : "",
"addpath" : ""
}
}
}