Skip to content

rename_custom_annotations

Change locus tags of custom annotations files.

Usage

rename_custom_annotations \
  --file /path/to/input.file \
  --out /path/to/output.file \
  --new_locus_tag_prefix STRAIN.2 \
  --old_locus_tag_prefix STRAIN.1

Parameters

  • --file: Path to the input custom annotation file
  • --out: Path to the output custom annotation file
  • --new_locus_tag_prefix: New prefix for locus tags (required)
  • --old_locus_tag_prefix: Old prefix for locus tags (optional)

Help

rename_custom_annotations --help