-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathconf.yml
92 lines (86 loc) · 1.22 KB
/
conf.yml
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
default:
fragFolder: /path/to/fragFolder/
normalizeFactor: 1000000
qualityCutoff : 0
trimLength : 0
minAmountReads : 1000
maxAmountReads : 100000000
readsQuality : 1
cores : 1
wSize : 21
nTop : 2
alnStart : TRUE
mapUnique : FALSE
nonBlind : FALSE
wig : FALSE
bigwig : FALSE
cisplot : FALSE
genomePlot : FALSE
tsv : FALSE
bins : FALSE
mismatchMax : 0
chr_random : FALSE
chr_fix : FALSE
chrUn : FALSE
chrM : FALSE
prefix : chr
enzymes:
-
BamHI
GGATCC
-
BfaI
CTAG
-
Csp6I
GTAC
-
DpnII
GATC
-
EcoRI
GAATTC
-
HindIII
AAGCTT
-
MboI
GATC
-
NlaIII
CATG
-
XbaI
TCTAGA
genomes:
-
mm9
BSgenome.Mmusculus.UCSC.mm9
-
mm10
BSgenome.Mmusculus.UCSC.mm10
-
hg19
BSgenome.Hsapiens.UCSC.hg19
-
hg38
BSgenome.Hsapiens.UCSC.hg38
bowtie2:
-
mm9
path/to/Bowtie2Index/ (for example /mm9/Bowtie2Index/)
-
mm10
/data2/repository/genome/mm10/Bowtie2Index/
-
hg19
/data2/repository/genome/hg19/Bowtie2Index/
-
hg38
/data2/repository/genome/hg38/Bowtie2Index/
plot:
maxY: 2500
plotView: 1000000
xaxisUnit: 'Mb'
plotType: 'PDF'
binSize: 25000