11 releases
0.2.23 | May 6, 2024 |
---|---|
0.2.22 | May 3, 2024 |
0.1.22 | Nov 20, 2023 |
0.1.21 | Sep 29, 2023 |
#131 in Biology
2MB
6.5K
SLoC
gia: Genome Interval Arithmetic
Summary
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.
Installation
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
Installing cargo
You can install cargo
by following the instructions here
Usage
You can see more detailed usage for each subcommand on the documentation site.
Issues and Contributions
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.
Dependencies
~20–28MB
~413K SLoC