forked from TSTanabe/HMSSS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHMSSS.ini
46 lines (46 loc) · 869 Bytes
/
HMSSS.ini
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
#Initilize option values
#
#
#Mysql database login data
user =""
password =""
database =""
#
#
#Search options
#algorithm "hmmer" or "blastp"
#cutoff_type "standard_cutoff" or "evalue_cutoff" or "score_cutoff"
#cutoff integer
#All files file with full path
#All files directory with full path
#cores number of cores to use for hmmsearch
#cleanreports boolean 1 or 0
#redosearch boolean 1 or 0
#redoreports boolean 1 or 0
#prodigal boolean 1 or 0
#
#
algorithm ="hmmer"
cutoff_type ="standard_cutoff"
cutoff ="10"
threshold_file =""
query_file =""
fasta_directory =""
gff3_directory =""
cores =""
cleanreports =""
redosearch =""
redoreports =""
prodigal =""
output_directory =""
#
#
#Cluster options
#distance maximum number of nucleotides betweeen two genes to be considered in synteny
#pattern_file file with full path
distance ="3500"
pattern_file =""
#
#
#
#