logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gffutils-cli_sanitize - Sanitize a GFF file

Description

       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.

   positionalarguments:
       filename
              GFF or GTF file to use (or GFF database.)

   options:-h, --help
              show this help message and exit

       --in-memory
              Load GFF into memory for processing. (default: True)

       --in-place
              Sanitize file in-place: overwrites current file with sanitized version. (default: False)

gffutils-cli sanitize 0.13                        January 2025                          GFFUTILS-CLI_SANITIZE(1)

Name

       gffutils-cli_sanitize - Sanitize a GFF file

See Also