genomepy.functions.generate_env
- genomepy.functions.generate_env(fname: str = 'exports.txt', genomes_dir: str = None)
Generate file with exports.
By default the export file generated is .config/genomepy/exports.txt. An alternative file name or file path is accepted too.
- Parameters
fname (str, optional) – Absolute path or name of the output file.
genomes_dir (str, optional) – Directory with installed genomes to export.