ggetrs
is a free, open-source command-line tool that enables efficient querying
of genomic databases.
It consists of a collection of separate but interoperable modules, each designed
to facilitate one type of database querying in a single line of code.
This is a rust reimplentation of the original python-based program gget and was rewritten to be significantly faster. There are some minor semantic changes between function calls from the python version but a description for each tool is provided below.
This tool is written fully in rust - but allows for a python interface using pyo3.
Installation instructions can be found here.
All documentation
and usecases can be
found at the website.
This project is intended to be open-source and contributions are very welcome!
All new additions must pass and follow current testing standards.