DOKK / manpages / debian 11 / python3-gffutils / gffutils-cli-sanitize.1.en
GFFUTILS-CLI_SANITIZE(1) User Commands GFFUTILS-CLI_SANITIZE(1)

gffutils-cli_sanitize - Sanitize a GFF file

usage: gffutils-cli sanitize [-h] [--in-memory] [--in-place] filename

Sanitize a GFF file. Might get merged with clean feature later.
Cleans and adds useful annotations to a GFF file:
- Ensures that start > end in all entries - Adds an entry id (eid) to each entry to make files grep-able
Outputs result to stdout unless asked to sanitize in place.

GFF or GTF file to use (or GFF database.)

show this help message and exit
Load GFF into memory for processing. (default: True)
Sanitize file in-place: overwrites current file with sanitized version. (default: False)
February 2020 gffutils-cli_sanitize 0.10.1