Skip to content

rename_gff

Change locus tags of GFF (General Feature Format) files.

Usage

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

Parameters

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

Help

rename_gff --help