forked from cfce/chilin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchilin.conf
61 lines (56 loc) · 2.07 KB
/
chilin.conf
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
#Define the site-wide defaults for your system using ABSOLUTE PATHS
#When defining reference species (i.e. your species of interest)
#please refer to "Generating Species References" in README.md on how
#to generate the files
#------------------------------------------------------------------------------
# Tools
#------------------------------------------------------------------------------
#ChiLin is dependent on several tools, please specify the absolute path to
#these tools--ALL FIELDS ARE REQUIRED
#put bedClip, bedGraphToBigWig, bowtie, star, bwa, fastqc, bedtools, macs2, samtools, seqtk, wigCorrelate
#in executable PATH
#other system tool includes convert, pdflatex, R, python2.7
[tool]
mdseqpos =
macs2 =
#------------------------------------------------------------------------------
# Tool parameters
#------------------------------------------------------------------------------
#These are optional parameters for some tools defined above
#NOTE: not all tool parameters can be inputted in this conf--e.g. for bwa,
#the only thing you can affect here is the number of threads used.
[macs2]
#refer to the macs2 help message to find out what these mean, species for effective genome size
extsize = 146
# effecitive genome sizes, support hs, mm, other species, please refer to chromInfo
species =
type = both
fdr = 0.01
keep_dup = 1
[reg]
## regulatory potential score prediction top peaks
peaks = 10000
dist = 100000
[conservation]
## for tf/dnase we suggest 400bp width around summit, for histone 4000
type = tf
peaks = 5000
width = 400
[seqpos]
peaks = 5000
mdscan_width = 200
mdscan_top_peaks = 200
seqpos_mdscan_top_peaks_refine = 500
width = 600
pvalue_cutoff = 0.001
db = cistrome.xml
#------------------------------------------------------------------------------
# Contamination
#------------------------------------------------------------------------------
#OPTIONAL- our contamination module can screen for any species defined below
#specify the species name and the path to the bwa index as follows: e.g.
#ECOLI = /some/path/ecoli
[contamination]
mycoplasma = mycoplasma
# ecoli =
# yeat =