remove

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2024 License: BSD-2-Clause Imports: 6 Imported by: 0

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 [--ranges] <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.

By default, it will check for the project distribution points. If there are no
points in the project or the flag --ranges is defined, it will check the
distribution range maps.

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.
	`,
	SetFlags: setFlags,
	Run:      run,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL