Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Build = "n/a"
View Source
var Version = "v0.5.12"
Functions ¶
func GetVersion ¶
GetVersion returns BHLnames version and build information.
Types ¶
type FromCoLDP ¶ added in v0.5.0
type FromCoLDP interface {
// GetCoLDP extracts files of CoLDP Archive, preparing it for ingestion.
GetCoLDP(file string) (coldp.Archive, error)
// ImportCoLDP converts a coldp.Archive to a Species File Group Archive
// database.
ImportCoLDP(arc coldp.Archive) error
// ExportSFGA writes a Species File Group Archive to a file.
ExportSFGA(outputPath string) error
}
FromCoLDP provies methods to convert CoLDP Archive to Species File Group Archive.
Click to show internal directories.
Click to hide internal directories.