genomepy.providers.base

BaseProvider class, the parent of the provider classes

Functions

download_annotation(genomes_dir, annot_url, ...)

download annotation file, convert to intermediate file and generate output files

download_head(annot_url, annot_file[, n])

Download the first n lines of a (gzipped) file.

rename_contigs(annot_file)

Classes

BaseProvider()

Provider base class.