File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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):
3737 pass
3838
3939git_version = lib .git_version ()
40- base_version = '1.3.1 '
40+ base_version = '1.3.2 '
4141if git_version :
4242 version = base_version + '-' + git_version
4343else :
@@ -419,9 +419,9 @@ def fmtcols(mylist, cols):
419419 --run_dnds Calculate dN/dS ratio on all orthologs. [estimate,full]
420420 --go_fdr P-value for FDR GO-enrichment. Default: 0.05
421421 --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
423423 --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
425425 --proteinortho ProteinOrtho5 POFF results.
426426 --ml_method Maxmimum Liklihood method: Default: raxml [raxml,iqtree]
427427
You can’t perform that action at this time.
0 commit comments