Skip to content

Commit 8f5f489

Browse files
committed
adding job-building scripts
1 parent 3fae5eb commit 8f5f489

12 files changed

+5997
-0
lines changed

control.dat

+83
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
clipThreshold = 0.10 # this eliminates short unmapped ends
2+
3+
clipped_breakpoints.windowSize = 10
4+
5+
clipped_breakpoints_high.threshold = 96.2 # (percentile)
6+
clipped_breakpoints_high.tiesAbove = 1
7+
clipped_breakpoints_high.samplingStep = 25
8+
9+
avgInsertLen.S1_LGL_MP = 8000 # (see notes, Jun/20/2016)
10+
stdevInsert.S1_LGL_MP = 1000
11+
minInsertLen.S1_LGL_MP = 300
12+
maxInsertLen.S1_LGL_MP = 30000
13+
avgInsertLen.S2_LGL_MP = 8000
14+
stdevInsert.S2_LGL_MP = 1000
15+
minInsertLen.S2_LGL_MP = 300
16+
maxInsertLen.S2_LGL_MP = 30000
17+
avgInsertLen.S3_LGL_MP = 8000
18+
stdevInsert.S3_LGL_MP = 1000
19+
minInsertLen.S3_LGL_MP = 300
20+
maxInsertLen.S3_LGL_MP = 30000
21+
avgInsertLen.S4_LGL_MP = 8000
22+
stdevInsert.S4_LGL_MP = 1000
23+
minInsertLen.S4_LGL_MP = 300
24+
maxInsertLen.S4_LGL_MP = 30000
25+
avgInsertLen.S5_LGL_MP = 8000
26+
stdevInsert.S5_LGL_MP = 1000
27+
minInsertLen.S5_LGL_MP = 300
28+
maxInsertLen.S5_LGL_MP = 30000
29+
avgInsertLen.S6_LGL_MP = 8000
30+
stdevInsert.S6_LGL_MP = 1000
31+
minInsertLen.S6_LGL_MP = 300
32+
maxInsertLen.S6_LGL_MP = 30000
33+
avgInsertLen.S7_LGL_MP = 8000
34+
stdevInsert.S7_LGL_MP = 1000
35+
minInsertLen.S7_LGL_MP = 300
36+
maxInsertLen.S7_LGL_MP = 30000
37+
avgInsertLen.S8_LGL_MP = 8000
38+
stdevInsert.S8_LGL_MP = 1000
39+
minInsertLen.S8_LGL_MP = 300
40+
maxInsertLen.S8_LGL_MP = 30000
41+
42+
insert_depth_dense.minLength = 1000
43+
insert_depth_dense.density = 90.0 # (percentile)
44+
insert_depth_dense.densityClip = 92.0 # (percentile)
45+
insert_depth_dense.samplingStep = 25
46+
47+
insert_depth_sparse.maskLevel = 60.0 # (percentile)
48+
insert_depth_sparse.windowLength = 1000
49+
insert_depth_sparse.minLength = 500
50+
insert_depth_sparse.density = 10.0 # (percentile)
51+
insert_depth_sparse.samplingStep = 25
52+
53+
insert_length_sparse.maskLevel = 60.0 # (percentile)
54+
insert_length_sparse.windowLength = 1000
55+
insert_length_sparse.minLength = 500
56+
insert_length_sparse.density = 5.0 # (percentile)
57+
insert_length_sparse.densityClip = 3.0 # (percentile)
58+
insert_length_sparse.samplingStep = 25
59+
60+
broken_mates_dense.minLength.S1_LGL_MP = 8000
61+
broken_mates_dense.minLength.S2_LGL_MP = 8000
62+
broken_mates_dense.minLength.S3_LGL_MP = 8000
63+
broken_mates_dense.minLength.S4_LGL_MP = 8000
64+
broken_mates_dense.minLength.S5_LGL_MP = 8000
65+
broken_mates_dense.minLength.S6_LGL_MP = 8000
66+
broken_mates_dense.minLength.S7_LGL_MP = 8000
67+
broken_mates_dense.minLength.S8_LGL_MP = 8000
68+
broken_mates_dense.density = 95.0 # (percentile)
69+
broken_mates_dense.samplingStep = 25
70+
71+
discordant_mates_dense.minLength.S1_LGL_MP = 8000
72+
discordant_mates_dense.minLength.S2_LGL_MP = 8000
73+
discordant_mates_dense.minLength.S3_LGL_MP = 8000
74+
discordant_mates_dense.minLength.S4_LGL_MP = 8000
75+
discordant_mates_dense.minLength.S5_LGL_MP = 8000
76+
discordant_mates_dense.minLength.S6_LGL_MP = 8000
77+
discordant_mates_dense.minLength.S7_LGL_MP = 8000
78+
discordant_mates_dense.minLength.S8_LGL_MP = 8000
79+
discordant_mates_dense.density = 95.0 # (percentile)
80+
discordant_mates_dense.samplingStep = 25
81+
82+
call_insertions.closure = 2K
83+
call_insertions.proximity = 2K

0 commit comments

Comments
 (0)