-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnf_build.cfg
444 lines (397 loc) · 19.9 KB
/
nf_build.cfg
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
[mafft_default]
_desc = 'Mafft with default parameters'
_app = mafft
auto = True
op = 1.53 # Gap opening penalty at group-to-group alignment. Default: 1.53
ep = 0.123 # Offset value, which works like gap extension penalty, for group-to-group alignment. Default: 0.123
maxiterate = 0 # number cycles of iterative refinement are performed. Default: 0
matrix = "" # "", blosum or pam
blosum_coefficient = 62
pam_coefficient = 80
retree = 2 # Number of iterative refinement is performed. Default: 2
[mafft_linsi]
_desc = 'Mafft with linsi method'
_app = mafft
op = 1.53 # Gap opening penalty at group-to-group alignment. Default: 1.53
ep = 0.123 # Offset value, which works like gap extension penalty, for group-to-group alignment. Default: 0.123
maxiterate = 1000 # number cycles of iterative refinement are performed. Default: 0
matrix = "" # "", blosum or pam
blosum_coefficient = 62 # Default: 62
pam_coefficient = 80
localpair = True
retree = 2 # Number of iterative refinement is performed. Default: 2
[mafft_ginsi]
_desc = 'Mafft with ginsi method'
_app = mafft
op = 1.53 # Gap opening penalty at group-to-group alignment. Default: 1.53
ep = 0.123 # Offset value, which works like gap extension penalty, for group-to-group alignment. Default: 0.123
maxiterate = 1000 # number cycles of iterative refinement are performed. Default: 0
matrix = "" # "", blosum or pam
blosum_coefficient = 62 # Default: 62
pam_coefficient = 80
globalpair = True
retree = 2 # Number of iterative refinement is performed. Default: 2
[mafft_einsi]
_desc = 'Mafft with einsi method'
_app = mafft
op = 1.53 # Gap opening penalty at group-to-group alignment. Default: 1.53
ep = 0 # Offset value, which works like gap extension penalty, for group-to-group alignment. Default: 0.123
maxiterate = 1000 # number cycles of iterative refinement are performed. Default: 0
matrix = "" # "", blosum or pam
blosum_coefficient = 62 # Default: 62
pam_coefficient = 80
genafpair = True
retree = 2 # Number of iterative refinement is performed. Default: 2
[mafft_fftnsi]
_desc = 'Mafft with fftnsi method'
_app = mafft
op = 1.53 # Gap opening penalty at group-to-group alignment. Default: 1.53
ep = 0.123 # Offset value, which works like gap extension penalty, for group-to-group alignment. Default: 0.123
maxiterate = 2 # number cycles of iterative refinement are performed. Default: 0
matrix = "" # "", blosum or pam
blosum_coefficient = 62 # Default: 62
pam_coefficient = 80
retree = 2 # Number of iterative refinement is performed. Default: 2
[mafft_fftnsimax]
_desc = 'Mafft with fftnsi method and maxiterate set to 1000'
_app = mafft
op = 1.53 # Gap opening penalty at group-to-group alignment. Default: 1.53
ep = 0.123 # Offset value, which works like gap extension penalty, for group-to-group alignment. Default: 0.123
maxiterate = 1000 # number cycles of iterative refinement are performed. Default: 0
matrix = "" # "", blosum or pam
blosum_coefficient = 62 # Default: 62
pam_coefficient = 80
retree = 2 # Number of iterative refinement is performed. Default: 2
[mafft_fftns]
_desc = 'Mafft with fftns method'
_app = mafft
op = 1.53 # Gap opening penalty at group-to-group alignment. Default: 1.53
ep = 0.123 # Offset value, which works like gap extension penalty, for group-to-group alignment. Default: 0.123
maxiterate = 0 # number cycles of iterative refinement are performed. Default: 0
matrix = "" # "", blosum or pam
blosum_coefficient = 62 # Default: 62
pam_coefficient = 80
retree = 2 # Number of iterative refinement is performed. Default: 2
[mafft_fftns1]
_desc = 'Mafft with fftns1 method'
_app = mafft
op = 1.53 # Gap opening penalty at group-to-group alignment. Default: 1.53
ep = 0.123 # Offset value, which works like gap extension penalty, for group-to-group alignment. Default: 0.123
maxiterate = 0 # number cycles of iterative refinement are performed. Default: 0
matrix = "" # "", blosum or pam
blosum_coefficient = 62 # Default: 62
pam_coefficient = 80
retree = 1 # Number of iterative refinement is performed. Default: 2
[mafft_nwnsi]
_desc = 'Mafft with nwnsi method'
_app = mafft
op = 1.53 # Gap opening penalty at group-to-group alignment. Default: 1.53
ep = 0.123 # Offset value, which works like gap extension penalty, for group-to-group alignment. Default: 0.123
maxiterate = 2 # number cycles of iterative refinement are performed. Default: 0
matrix = "" # "", blosum or pam
blosum_coefficient = 62 # Default: 62
pam_coefficient = 80
retree = 2 # Number of iterative refinement is performed. Default: 2
nofft = True
[mafft_nwns]
_desc = 'Mafft with nwns method'
_app = mafft
op = 1.53 # Gap opening penalty at group-to-group alignment. Default: 1.53
ep = 0.123 # Offset value, which works like gap extension penalty, for group-to-group alignment. Default: 0.123
maxiterate = 0 # number cycles of iterative refinement are performed. Default: 0
matrix = "" # "", blosum or pam
blosum_coefficient = 62 # Default: 62
pam_coefficient = 80
retree = 2 # Number of iterative refinement is performed. Default: 2
nofft = True
[mafft_nwnsparttree]
_desc = 'Mafft with nwns parttree method'
_app = mafft
op = 1.53 # Gap opening penalty at group-to-group alignment. Default: 1.53
ep = 0.123 # Offset value, which works like gap extension penalty, for group-to-group alignment. Default: 0.123
maxiterate = 0 # number cycles of iterative refinement are performed. Default: 0
matrix = "" # "", blosum or pam
blosum_coefficient = 62 # Default: 62
pam_coefficient = 80
retree = 1 # Number of iterative refinement is performed. Default: 2
nofft = True
parttree = True
[muscle_default]
_desc = 'muscle alignment with default parameters'
_app = muscle
perturb = 0 # Integer random number seed for generating HMM perturbations. Default SEED=0, which uses default HMM parameters.
# perm = "" # Specifies the guide tree permutation. PERM can be none, abc, acb and bca, default is none.
[muscle_stratified]
_desc = 'muscle alignment with stratified ensemble'
_app = muscle
# replicates = 4 # default 4 for -stratified and 100 for -diversified. With -stratified, one replicate is generated for each guide tree permutation, so the total number of replicates is 4×N.
# stratified = True # Generate stratified ensemble.
# consiters = 2 # Number of consistency iterations. Default 2.
# refineiters = 100 # Number of refinement iterations. Default 100.
[muscle_diversified]
_desc = 'muscle alignment with diversified ensemble'
_app = muscle
# replicates = 100 # default 4 for -stratified and 100 for -diversified. With -stratified, one replicate is generated for each guide tree permutation, so the total number of replicates is 4×N.
# diversified = True # Generate stratified ensemble.
# consiters = 2 # Number of consistency iterations. Default 2.
# refineiters = 100 # Number of refinement iterations. Default 100.
[muscle_super5]
_desc = 'muscle alignment with super setting for large datasets'
_app = muscle
[clustalo_default]
_desc = 'clustalo with default parameters'
_app = clustalo
dealign = False # If given already aligned sequences, by default Clustal Omega use the existing alignment to guide creation of the new alignment, by constructing a HMM from the existing alignment. Default: False
[clustalo_full]
_desc = 'clustalo with full mode'
_app = clustalo
full = True # Use full distance matrix for guide-tree calculation
dealign = False # If given already aligned sequences, by default Clustal Omega use the existing alignment to guide creation of the new alignment, by constructing a HMM from the existing alignment. Default: False
[clustalo_full_iterations]
_desc = 'clustalo with full mode in iterations'
_app = clustalo
full_iter = True #Use full distance matrix for guide-tree calculation during iteration
dealign = False # If given already aligned sequences, by default Clustal Omega use the existing alignment to guide creation of the new alignment, by constructing a HMM from the existing alignment. Default: False
iterations = 1 # Number of (combined guide-tree/HMM) iterations
max_guidetree_iterations = 1 # Maximum number of guidetree iterations
max_hmm_iterations = 1 # Maximum number of HMM iterations
[tcoffee_default]
_desc = 'tcoffee with default parameters'
_app = t_coffee
[famsa_default]
_desc = 'famsa with default parameters'
_app = famsa
[famsa_guidetree]
_desc = 'famsa with guide tree'
_app = famsa
gt = upgma # "", sl, upgma, or nj, or import a tree in newick format
medoidtree = False # align sequences with an approximated medoid guide tree
[famsa_advanced]
_desc = 'famsa with advanced parameters'
_app = famsa
gt = upgma # "", sl, upgma, or nj, or import a tree in newick format
medoidtree = True # align sequences with an approximated medoid guide tree
refine_mode = auto # auto, off or on, (default: auto - the refinement is enabled for sets <= 1000 seq.)
r = 100 # no. of refinement iterations
go = -14850 # gap open penalty
ge = -1250 # gap extension penalty
tgo = -660 # terminal gap open penalty
tge = -660 # terminal gap extension penalty
gsd = 7 # gap cost scaller div-term
gsl = 45 # gap cost scaller log-term
dgr = False # disable gap cost rescaling
dgo = False # disable gap open optimization
dsp = False # disable sum of pairs optimization during refinement
[trimal_default]
_desc = 'trimal alignment cleaning with default parameters'
_app = trimal
[trimal_001]
_desc = 'trimal alignment cleaning removing columns with >1% gaps'
_app = trimal
gt = 0.01
[trimal_01]
_desc = 'trimal alignment cleaning removing columns with >10% gaps'
_app = trimal
gt = 0.1
[trimal_02]
_desc = 'trimal alignment cleaning removing columns with >20% gaps'
_app = trimal
gt = 0.2
[trimal_03]
_desc = 'trimal alignment cleaning removing columns with >30% gaps'
_app = trimal
gt = 0.3
[trimal_05]
_desc = 'trimal alignment cleaning removing columns with >50% gaps'
_app = trimal
gt = 0.5
[trimal_gappyout]
_desc = 'trimal alignment cleaning using gappyout algorithm'
_app = trimal
gappyout= True # This method only uses information based on gaps' distribution.
[trimal_advanced]
_desc = 'trimal alignment cleaning with advanced parameters'
_app = trimal
gt = 0.0 # Gap Threshold 1 - (fraction of sequences with a gap allowed). Range: [0 - 1]
st = 0.7 # Minimum average similarity allowed. Range: [0 - 1]
ct = 0.0 # Minimum percentage of the positions in the original alignment to conserve. Range: [0 - 100]
w = 3 # Window size for the sliding window approach. Range: [1 - infinity]
gappyout = False # This method only uses information based on gaps' distribution.
strictplus = False # Optimized for Neighbour Joining phylogenetic tree reconstruction.
automated1 = False # Optimized for Maximum Likelihood phylogenetic tree reconstruction.
[trim_alg_v2_default]
_desc = 'simple trim alignment cleaning with default parameters'
_app = trim_alg_v2
min_res_abs = 3 # Minimum number of residues in the alignment
min_res_percent = 0.1 # Minimum percentage of residues in the alignment
[clipkit_default]
_desc = 'clipkit alignment cleaning with default parameters'
_app = clipkit
mode = smart-gap # <trimming mode smart-gap, gappy,kpic, kpic-smart-gap, kpic-gappy, kpi, kpi-smart-gap, kpi-gappy, cst, c3> (default: smart-gap)
gaps = 0.9 # <gap threshold> (default: 0.9)
[clipkit_codon]
_desc = 'clipkit alignment cleaning with codon mode'
_app = clipkit
mode = smart-pop # <trimming mode smart-pop, pop, cst, c3> (default: smart-pop)
gaps = 0.9 # <gap threshold> (default: 0.9)
codon = True # <codon mode> (default: False)
[fasttree_default]
_desc = 'Fasttree with default parameters'
_app = fasttree
aa_model = JTT # Evolutionary model LG, WAG or JTT for amino acid sequences
nt_model = JC # Evolutionary model GTR or JC for nucleotide sequences
[fasttree_full]
_desc = 'Fasttree with full mode'
_app = fasttree
aa_model = JTT # Evolutionary model LG, WAG or JTT for amino acid sequences
nt_model = JC # Evolutionary model GTR or JC for nucleotide sequences
gamma = False # Non-uniformity of evolutionary rates among sites may be modeled by using a discrete Gamma distribution
bootstrap = 1000 # Number of bootstrap replicates, 0 to disable support values
pseudo = True # Pseudo-likelihood support values
spr = 4 # the number of rounds of minimum-evolution SPR moves
mlacc = 2 # the number of rate categories for the ML model of rate heterogeneity
slownni = True # Use slow NNI moves
[phyml_default]
_desc = 'PhyML with default parameters'
_app = phyml
aa_model = LG # Amino-acid based models : LG (default) | WAG | JTT | MtREV | Dayhoff | DCMut | RtREV | CpREV | VT | AB | Blosum62 | MtMam | MtArt |HIVw | HIVb | custom
nt_model = HKY85 # Nucleotide-based models : HKY85 (default) | JC69 | K80 | F81 | F84 |TN93 | GTR | custom (*)
pinv = e # Proportion of invariable sites Can be a fixed value in the [0,1] range or e to get the maximum likelihood estimate.
alpha = e # gamma : distribution of the gamma distribution shape parameter. Can be a fixed positive value or e to get the maximum likelihood estimate.
nclasses = 4 # Number of rate categories nb_subst_cat : number of relative substitution rate categories. Default : nb_subst_cat=4.
optimisation = tlr # params=tlr : tree topology (t), branch length (l) and rate parameters (r) are optimised.
# params=tl : tree topology and branch length are optimised.
# params=lr : branch length and rate parameters are optimised.
# params=l : branch length are optimised.
# params=r : rate parameters are optimised.
# params=n : no parameter is optimised.
frequencies = m # e : the character frequencies are determined by counting the number of amino-acids or nucleotides from the sequence alignment.
# m : the character frequencies are determined as follows :
# - Nucleotide sequences: the equilibrium base frequencies are optimized using maximum likelihood.
# - Amino-acid sequences: the equilibrium amino-acid frequencies are estimated using
# the frequencies defined by the substitution model.
# o : the character frequencies (amino-acids or nucleotides) are optimized using maximum likelihood
# fA,fC,fG,fT : only valid for nucleotide-based models. fA, fC, fG and fT are floating numbers that
# correspond to the frequencies of A, C, G and T respectively (WARNING: do not use any blank space between
# your values of nucleotide frequencies, only commas!)
bootstrap = -2 # int > 0: int is the number of bootstrap replicates.
# int = 0: neither approximate likelihood ratio test nor bootstrap values are computed.
# int = -1: approximate likelihood ratio test returning aLRT statistics.
# int = -2: approximate likelihood ratio test returning Chi2-based parametric branch supports.
# int = -4: SH-like branch supports alone.
# int = -5: (default) approximate Bayes branch supports.
tbe = False # Computes TBE instead of FBP (standard) bootstrap support. Has no effect with -b <= 0
r_seed = 123456 # Random seed for the starting point of the optimization process. Default: 123456
[phyml_default_bootstrap]
_desc = 'PhyML with default parameters and bootstrap'
_app = phyml
aa_model = LG # Amino-acid based models : LG (default) | WAG | JTT | MtREV | Dayhoff | DCMut | RtREV | CpREV | VT | AB | Blosum62 | MtMam | MtArt |HIVw | HIVb | custom
nt_model = HKY85 # Nucleotide-based models : HKY85 (default) | JC69 | K80 | F81 | F84 |TN93 | GTR | custom (*)
pinv = e # Proportion of invariable sites Can be a fixed value in the [0,1] range or e to get the maximum likelihood estimate.
alpha = e # gamma : distribution of the gamma distribution shape parameter. Can be a fixed positive value or e to get the maximum likelihood estimate.
nclasses = 4 # Number of rate categories nb_subst_cat : number of relative substitution rate categories. Default : nb_subst_cat=4.
optimisation = tlr # params=tlr : tree topology (t), branch length (l) and rate parameters (r) are optimised.
# params=tl : tree topology and branch length are optimised.
# params=lr : branch length and rate parameters are optimised.
# params=l : branch length are optimised.
# params=r : rate parameters are optimised.
# params=n : no parameter is optimised.
frequencies = m # e : the character frequencies are determined by counting the number of amino-acids or nucleotides from the sequence alignment.
# m : the character frequencies are determined as follows :
# - Nucleotide sequences: the equilibrium base frequencies are optimized using maximum likelihood.
# - Amino-acid sequences: the equilibrium amino-acid frequencies are estimated using
# the frequencies defined by the substitution model.
# o : the character frequencies (amino-acids or nucleotides) are optimized using maximum likelihood
# fA,fC,fG,fT : only valid for nucleotide-based models. fA, fC, fG and fT are floating numbers that
# correspond to the frequencies of A, C, G and T respectively (WARNING: do not use any blank space between
# your values of nucleotide frequencies, only commas!)
bootstrap = 100 # int > 0: int is the number of bootstrap replicates.
# int = 0: neither approximate likelihood ratio test nor bootstrap values are computed.
# int = -1: approximate likelihood ratio test returning aLRT statistics.
# int = -2: approximate likelihood ratio test returning Chi2-based parametric branch supports.
# int = -4: SH-like branch supports alone.
# int = -5: (default) approximate Bayes branch supports.
tbe = False # Computes TBE instead of FBP (standard) bootstrap support. Has no effect with -b <= 0
r_seed = 123456 # Random seed for the starting point of the optimization process. Default: 123456
[raxml_default]
__desc = 'RAxML with default parameters'
_app = raxml
algorithm = d # default d: rapid hill-climbing algorithm,
# full list of algorithms available in RaxML in https://cme.h-its.org/exelixis/resource/download/NewManual.pdf
aa_model = PROTGAMMAJTT
nt_model = GTRGAMMA
r_seed = 31416
[raxml_default_bootstrap]
__desc = 'RAxML with default parameters'
_app = raxml
algorithm = d # default d: rapid hill-climbing algorithm,
# full list of algorithms available in RaxML in https://cme.h-its.org/exelixis/resource/download/NewManual.pdf
aa_model = PROTGAMMAJTT
nt_model = GTRGAMMA
r_seed = 31416
boostrap = 100
[iqtree_default]
_desc = 'IQTree with default parameters and alrt branch supports'
_app = iqtree
alrt = 1000
seed = 31416
model = TEST
tbe = False
[iqtree_ultrafast]
_desc = 'IQTree with default parameters and alrt branch supports'
_app = iqtree
ufboot = 1000
seed = 31416
model = TEST
tbe = False
[iqtree_bestmodel]
_desc = 'IQTree with best model selection and alrt branch supports'
_app = iqtree
alrt = 1000
seed = 31416
model = TESTNEWONLY
[iqtree_codon_default]
_desc = 'IQTree with default parameters and alrt branch supports'
_app = iqtree
alrt = 1000
seed = 31416
model = TEST
st = CODON
[iqtree_C10]
_desc = 'IQTree with default parameters and alrt branch supports'
_app = iqtree
alrt = 1000
seed = 31416
model = C10
[iqtree_C30]
_desc = 'IQTree with default parameters and alrt branch supports'
_app = iqtree
alrt = 1000
seed = 31416
model = C30
[iqtree_C60]
_desc = 'IQTree with default parameters and alrt branch supports'
_app = iqtree
alrt = 1000
seed = 31416
model = C60
[mybayes_default]
_desc = 'MrBayes with default parameters'
_app = mrbayes
[mybayes_advanced]
_desc = 'MrBayes with default parameters'
_app = mrbayes
ngen = 1000000
nchains = 4
nruns = 2
nst = 1 # // Substitution model for dna
rates = equal # // Rates variation for dna
aamodelpr = "fixed(wag)"
diagnfreq = 5000
samplefreq = 500
printfreq = 1000
burninfrac = 0.25
append = False
stoprule = False
seed = 1726956368
swapseed = 1726956368