Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "gotree",
Short: "gotree: A set of tools to handle phylogenetic trees in go",
Long: `gotree is a set of tools to handle phylogenetic trees in go.
Different usages are implemented:
- Generating random trees
- Transforming trees (renaming tips, pruning/removing tips)
- Comparing trees (computing bootstrap supports, counting common edges)
`,
}
RootCmd represents the base command when called without any subcommands
View Source
var Version string
Functions ¶
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.