Documentation
¶
Overview ¶
Package remove implements a command to remove range distribution records not present on a tree.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &command.Command{
Usage: "remove <project-file>",
Short: "remove distribution ranges absent in tree",
Long: `
Package remove reads the geographic ranges from a PhyGeo project and removes
all ranges that are not defined as terminals of the phylogenetic trees of the
project.
The name of the removed distribution ranges will be printed on the screen.
The argument of the command is the name of the project file.
`,
Run: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.