File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def fmtcols(mylist, cols):
37
37
pass
38
38
39
39
git_version = lib .git_version ()
40
- base_version = '1.3.1 '
40
+ base_version = '1.3.2 '
41
41
if git_version :
42
42
version = base_version + '-' + git_version
43
43
else :
@@ -419,9 +419,9 @@ def fmtcols(mylist, cols):
419
419
--run_dnds Calculate dN/dS ratio on all orthologs. [estimate,full]
420
420
--go_fdr P-value for FDR GO-enrichment. Default: 0.05
421
421
--heatmap_stdev Cut-off for heatmap. Default: 1.0
422
- --num_orthos Number of Single-copy orthologs to use for RAxML . Default: 500
422
+ --num_orthos Number of Single-copy orthologs to use for ML . Default: 500
423
423
--bootstrap Number of boostrap replicates to run with RAxML. Default: 100
424
- --outgroup Name of species to use for RAxML outgroup. Default: no outgroup
424
+ --outgroup Name of species to use for ML outgroup. Default: no outgroup
425
425
--proteinortho ProteinOrtho5 POFF results.
426
426
--ml_method Maxmimum Liklihood method: Default: raxml [raxml,iqtree]
427
427
You can’t perform that action at this time.
0 commit comments