microbetag.wrappers¶

Functions¶

run_otf_prodigal(config)

Wrappper function for running Prodigal.

run_kegg_annotate(config)

Wrapper for the tools.kegg_annotation() for each genome/MAG and the utils.merge_ko().

build_genres(config)

Wrapper function for GENREs in a microbetag pipeline run.

Module Contents¶

microbetag.wrappers.run_otf_prodigal(config: microbetag.config.Config)[source]¶

Wrappper function for running Prodigal.

microbetag.wrappers.run_kegg_annotate(config: microbetag.config.Config)[source]¶

Wrapper for the tools.kegg_annotation() for each genome/MAG and the utils.merge_ko().

microbetag.wrappers.build_genres(config: microbetag.config.Config)[source]¶

Wrapper function for GENREs in a microbetag pipeline run.