diff --git a/docs/usage/index.rst b/docs/usage/index.rst index 852128a..71d3fb9 100644 --- a/docs/usage/index.rst +++ b/docs/usage/index.rst @@ -569,10 +569,11 @@ a lower composition bias for a given taxon in an alignment. .. code-block:: shell - phykit relative_composition_variability_taxon + phykit relative_composition_variability_taxon [--cpu ] Options: |br| -**: first argument after function name should be an alignment file +**: first argument after function name should be an alignment file |br| +*\\-\\-cpu*: CPUs to use to accelerate calculation | @@ -591,11 +592,12 @@ an alignment file. .. code-block:: shell - phykit rename_fasta_entries -i/--idmap [-o/--output ] + phykit rename_fasta_entries -i/--idmap [-o/--output --cpu ] Options: |br| **: first argument after function name should be an alignment file |br| -*-i/\\-\\-idmap*: identifier map of current FASTA names (col1) and desired FASTA names (col2) +*-i/\\-\\-idmap*: identifier map of current FASTA names (col1) and desired FASTA names (col2) |br| +*\\-\\-cpu*: CPUs to use to accelerate calculation |