gia
is a free and open-source command-line tool for highly efficient
and scalable set operations on genomic interval data.
It is inspired by the open source command-line tools bedtools
and bedops
and aims to be a drop-in
replacement to both.
gia
is written in rust and distributed via cargo
.
It is a command-line tool built on top of bedrs
,
a separate and abstracted genomic interval library.
gia
is distributed using the rust package manager cargo
.
cargo install gia
You can validate the installation by checking gia
's help menu:
gia --help
You can install cargo
by following the instructions here
You can see more detailed usage for each subcommand on the documentation site.
gia
is a work-in-progress and under active development by Noam Teyssier.
If you are interested in building more functionality or want to get involved please don't hesitate to reach out!
Please address all issues to future contributors.