-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConfig.conf
More file actions
82 lines (77 loc) · 3.44 KB
/
Config.conf
File metadata and controls
82 lines (77 loc) · 3.44 KB
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
[ALL]
# Number of threads/processes to use
nThreads = 52
# Directories
fastq_dir = /home/clizarraga/Encode/Sarit_Reads/ChIP_2015-10-12/Test
map_dir = %(fastq_dir)s/Filtered
out_file_dir = %(map_dir)s/STAR
bed_dir = %(out_file_dir)s/Bed
bed_chr_dir = %(bed_dir)s/Bed_chr
sicer_rb_dir = %(out_file_dir)s/SICER_Results/Random_Background
sicer_dir = %(out_file_dir)s/SICER_Results/Control_Background
git_dir = /home/clizarraga/Encode/Sarit_Reads/Scripts/PyChIP
[JAVA]
# Java command
java_command = java8
# Min heap size for Java
min_heap = 8g
# Max heap size for Java
max_heap = 15g
[TRIM]
# Nucleotide quality cutoff score. If less than, cut.
cutoff = 30
# Read length cutoff score. If less than, toss.
minlen = 30
# Phred score of read files.
phred = 33
# Input file(s) for trimming. Use full path. (readlink -f $FILE) If using several separate by comma (,)
input_file = /home/clizarraga/Encode/Sarit_Reads/ChIP_2015-10-12/5_CAGATCAT_L005_R1_001.fastq, /shares/tmockler_share/clizarraga/Encode/Sarit_Reads/ChIP_2015-10-12/10_GATCAGAT_L005_R1_001.fastq
# Trimmomatic adapters
fasta_adapters = /nfs4shares/bioinfosw/installs_current/Trimmomatic-0.32/adapters/TruSeq3-SE.fa
# Trimmomatic Path
trimmomatic = /nfs4shares/bioinfosw/installs_current/Trimmomatic-0.32/trimmomatic-0.32.jar
[STAR]
# max(ReadLength) - 1
read_length = 49
# Star Indices creation or location.
star_indices = /home/clizarraga/Brachypodium_distachyon/Phytozome/v3.1/assembly/STAR_indices_masked
# Genome reference file
reference = /home/clizarraga/Brachypodium_distachyon/Phytozome/v3.1/assembly/Bdistachyon_314_v3.0.hardmasked.fa
# Genome annotation file (gff or gtf
annotation = /home/clizarraga/Brachypodium_distachyon/Phytozome/v3.1/annotation/Bdistachyon_314_v3.1.gene_exons.gff3
# Use gtf?
usegtf = False
# Cut last n characters
cut = 15
# Input file to map with STAR. Use full path.
input_file = /home/clizarraga/Encode/Sarit_Reads/ChIP_2015-10-12/Filtered/05-ChIP-seq-27Met3-0.2-nuclei-2.fastq.filtered
# Base prefix for output file names in output directories
base_pre = /home/clizarraga/Encode/Sarit_Reads/ChIP_2015-10-12/Filtered/05-ChIP-seq-27Met3-0.2-nuclei-2
[SICER]
# Path to SICER
sicer_rb = /home/clizarraga/usr/local/SICER_V1.1/SICER/SICER-rb.sh
sicer = /home/clizarraga/usr/local/SICER_V1.1/SICER/SICER.sh
# Input Directory for Files
input_dir = /home/clizarraga/Encode/Sarit_Reads/ChIP_2015-10-12/Filtered/STAR/Bed
# Bed File to call peaks on
bed_file = /home/clizarraga/Encode/Sarit_Reads/ChIP_2015-10-12/Filtered/STAR/Bed/05-ChIP-seq-27Met3-0.2-nuclei-2.fastq.filtered.Aligned.out.bed
# Control file for bed file
control_file = /home/clizarraga/Encode/Sarit_Reads/ChIP_2015-10-12/Filtered/STAR/Bed/14-ChIP-seq-input-NA-0.2-nuclei-1.fastq.filtered.Aligned.out.bed
# Ouput Directory for files.
out_dir = /home/clizarraga/Encode/Sarit_Reads/ChIP_2015-10-12/Filtered/STAR/SICER_Results
# Species (brachy)
species = bdist
# Redundancy Threshold
rdthresh = 1
# Window Size
winsize = 200
# Fragment Size
fragsize = 150
# Effective genome size (mappable genome size)
egf = 0.95
# Gap size.
gap_size = 600
# E-value for random background
evalue = 100
# FDR for input and control
FDR = 1E-2