Skip to content
Snippets Groups Projects

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

Merged Marek Szuba requested to merge github/fork/muffato/gene_tree_prune_doc into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
@@ -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>