Skip to content

Commit c32453b

Browse files
author
Jon Palmer
committed
bump version number
1 parent 7347659 commit c32453b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

funannotate.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def fmtcols(mylist, cols):
3737
pass
3838

3939
git_version = lib.git_version()
40-
base_version = '1.3.1'
40+
base_version = '1.3.2'
4141
if git_version:
4242
version = base_version+'-'+git_version
4343
else:
@@ -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

0 commit comments

Comments
 (0)