rename_eggnog¶
Change locus tags of Eggnog files (.emapper.annotations).
Usage¶
rename_eggnog \
--file /path/to/input.emapper.annotations \
--out /path/to/output.emapper.annotations \
--new_locus_tag_prefix STRAIN.2 \
--old_locus_tag_prefix STRAIN.1
Parameters¶
--file: Path to the input Eggnog file--out: Path to the output Eggnog file--new_locus_tag_prefix: New prefix for locus tags (required)--old_locus_tag_prefix: Old prefix for locus tags (optional)
Help¶
rename_eggnog --help