-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnf_build.json
45 lines (45 loc) · 1.04 KB
/
nf_build.json
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
{
"aligner": {
"mafft": {
"name": "mafft",
"op": 1.53,
"ep": 0.123,
"maxiterate": 1000,
"matrix": "",
"blosum_coefficient": 62,
"pam_coefficient": 80,
"auto": false,
"localpair": true,
"globalpair": false,
"genafpair": false,
"retree": 2,
"nofft": false,
"parttree": false
}
},
"trimmer": {
"trimal": {
"name": "trimal",
"gt": null,
"st": null,
"ct": null,
"w": null,
"gappyout": false,
"strictplus": false,
"automated1": false
}
},
"tree_builder": {
"fasttree": {
"name": "fasttree",
"aa_model": "JTT",
"nt_model": "JC",
"gamma": false,
"bootstrap": 1000,
"pseudo": true,
"spr": 4,
"mlacc": 2,
"slownni": true
}
}
}