-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdefault_param_ver1.1.0.txt
More file actions
56 lines (38 loc) · 1.3 KB
/
default_param_ver1.1.0.txt
File metadata and controls
56 lines (38 loc) · 1.3 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
# minimum length of the soft-clipped region
clipping_size = 5
# threshold of average base quality of soft clipped region
baseQthreshold = 60
# minimum number of soft-clipped reads required
soft_clip_map_sum = 3
# minimum number of soft-clipped reads required at each direction of the breakpoint
support_soft_clip_map = 2
# coverage of input data
coverage = 30
# profile threshold
profile_cutoff = 0.90
# overlap reads percentage of the breakpoint
overlapFilterRatio = 0.1
# flag for identifying MGEs using BLAST search
# 1 for searching; 0 for not searching
blast_flag = 1
# maximum length of upstream/downstream regions for finding singly-mapped reads
sm_range = 500
# path to the MGE database file for BLAST search
MGE_DB_path = /path/to/fasta/sample_MGE_DB.fasta
# similarity threshold to filter BLAST results
similarity_cutoff = 90.0
# alignment length threshold to filter BLAST results
align_length_cutoff = 70
# flag for assembling unmapped reads using SOAP denvo2
# 1 for searching; 0 for not searching
assembly_flag = 1
#average insert length for SOAPdenovo2 config file
avg_ins= 400
#maximum read length for SOAPdenovo2 config file
max_rd_len= 101
#contig length cutoff
contig_len_cutoff = 500
# minimum number of mapped reads to each contig
contig_map_read_cutoff=10
#number of threads
numOfThread = 32