7 releases

0.1.22 Nov 20, 2023
0.1.21 Sep 29, 2023

#216 in Biology

MIT license

155KB
4.5K SLoC

gia: Genome Interval Arithmetic

MIT licensed actions status Crates.io

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

~10–18MB
~162K SLoC