Skip to content
Snippets Groups Projects
Commit 144c8d53 authored by Matthieu Muffato's avatar Matthieu Muffato
Browse files

[/genetree] Updated the documentation of the prune_* options

parent 8ff6c9bd
No related branches found
No related tags found
1 merge request!336[/genetree] Updated the documentation of the prune_* options
This commit is part of merge request !336. Comments created here will be created in the context of that merge request.
......@@ -542,13 +542,13 @@
</nh_format>
<prune_species>
type=String
description=Prune the tree by species. Supports all species aliases
description=Prune the tree by species. Supports all species aliases. Will return a tree with only the species given
example=__VAR(species_common)__
example=__VAR(target_species)__
</prune_species>
<prune_taxon>
type=Integer
description=Prune the tree by taxon
description=Prune the tree by taxon. Will return a tree with only the taxons given
example=__VAR(taxon)__
example=__VAR(target_taxon)__
</prune_taxon>
......@@ -645,13 +645,13 @@
</nh_format>
<prune_species>
type=String
description=Prune the tree by species. Supports all species aliases
description=Prune the tree by species. Supports all species aliases. Will return a tree with only the species given
example=__VAR(species_common)__
example=__VAR(target_species)__
</prune_species>
<prune_taxon>
type=Integer
description=Prune the tree by taxon
description=Prune the tree by taxon. Will return a tree with only the taxons given
example=__VAR(taxon)__
example=__VAR(target_taxon)__
</prune_taxon>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment