.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.12. .TH GFFUTILS-CLI_SANITIZE "1" "February 2020" "gffutils-cli_sanitize 0.10.1" "User Commands" .SH NAME gffutils-cli_sanitize \- Sanitize a GFF file .SH DESCRIPTION usage: gffutils\-cli sanitize [\-h] [\-\-in\-memory] [\-\-in\-place] filename .IP Sanitize a GFF file. Might get merged with clean feature later. .IP Cleans and adds useful annotations to a GFF file: .IP \- Ensures that start > end in all entries \- Adds an entry id (eid) to each entry to make files grep\-able .IP Outputs result to stdout unless asked to sanitize in place. .SS "positional arguments:" .TP filename GFF or GTF file to use (or GFF database.) .SS "optional arguments:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-\-in\-memory\fR Load GFF into memory for processing. (default: True) .TP \fB\-\-in\-place\fR Sanitize file in\-place: overwrites current file with sanitized version. (default: False)