Documentation
¶
Index ¶
Constants ¶
View Source
const ( IMGFORMAT_SVG = iota IMGFORMAT_PNG IMGFORMAT_EPS IMGFORMAT_PDF TXTFORMAT_NEWICK TXTFORMAT_NEXUS TXTFORMAT_PHYLOXML FORMAT_UNKNOWN )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ImageDownloader ¶
type ItolImageDownloader ¶
type ItolImageDownloader struct {
// contains filtered or unexported fields
}
func NewItolImageDownloader ¶
func NewItolImageDownloader(config map[string]string) *ItolImageDownloader
type NcbiTreeDownloader ¶ added in v0.2.2
type NcbiTreeDownloader struct {
// contains filtered or unexported fields
}
func NewNcbiTreeDownloader ¶ added in v0.2.2
func NewNcbiTreeDownloader() *NcbiTreeDownloader
NCBI taxonomy downloader
func (*NcbiTreeDownloader) Download ¶ added in v0.2.2
func (d *NcbiTreeDownloader) Download(id string) (*tree.Tree, error)
Download the NCBI taxonomy as a tree.Tree
func (*NcbiTreeDownloader) SetInternalNodesTaxId ¶ added in v0.2.3
func (d *NcbiTreeDownloader) SetInternalNodesTaxId(val bool)
If taxids only must be printed as internal nodes of the output tree Otherwise taxa names
func (*NcbiTreeDownloader) SetMapFileOutputPath ¶ added in v0.2.3
func (d *NcbiTreeDownloader) SetMapFileOutputPath(output string)
If called, the downloader will also write mapping between ncbi taxid and tax name in the given output file
func (*NcbiTreeDownloader) SetTipsTaxId ¶ added in v0.2.3
func (d *NcbiTreeDownloader) SetTipsTaxId(val bool)
If taxids only must be printed as tips of the output tree Otherwise taxa names
Click to show internal directories.
Click to hide internal directories.