Versions in this module Expand all Collapse all v0 v0.6.0 Oct 27, 2021 v0.5.1 Jul 18, 2020 Changes in this version + const NCBI_eutil_api_path + const NCBI_refseq_ftp_host + const NCBI_refseq_ftp_path + const Uniprot_ftp_host + const Uniprot_ftp_taxonomic_path + var BIOCYC_API = "https://websvc.biocyc.org" + var KEGG_API = "http://rest.kegg.jp" + var NCBI_refseq_valid = map[string]bool + var Uniprot_ftp_taxonomic_valid = map[string]bool + func DownloadBiocyc(dbPath string) + func DownloadGenbankGenome(genomeId string) + func DownloadKEGG(dbPath string) + func DownloadRefseq(outputFile string, taxon string) + func DownloadUniprot(outputFile string, taxon string) + func GetBiocycPathway(id string) []string + func GetKeggPathway(id string) []string + func IODownloadFTP(dstFile *os.File, host string, path string) + func IODownloadHTTP(dstFile *os.File, url string) + func IOListFTP(host string, path string) []*ftp.Entry + func ParseGenbank(gbkFile string) + type Pathway struct + ID string + Name string + XMLName xml.Name + type WriteCounter struct + Total uint64 + func (wc *WriteCounter) Write(p []byte) (int, error) + func (wc WriteCounter) PrintProgress() + type XMLRoot struct + Pathways []Pathway + Version xml.Attr + XMLName xml.Name