gxfkit 0.0.2

A fast, AGAT-compatible Rust implementation of common GTF/GFF operations
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# gxfkit

Fast command-line GFF/GTF utilities, implemented in Rust as an AGAT-compatible
subset. The current alpha focuses on `gff2gtf` parity for the verified core
corpus.

The first supported command is:

```bash
gxfkit gff2gtf -g annotation.gff3 -o annotation.gtf
```

`-o/--output` refuses to overwrite an existing file, matching AGAT's safer
default for pipeline reruns.

See the repository README for benchmark, parity, and roadmap details:
https://github.com/benngaihk/gxfkit