wheretrue / exon-duckdb

DuckDB Extension for working with bioinformatic data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exon-duckdb

Exon-DuckDB is a DuckDB Extension for Exon that allows for users to use exon functionality through DuckDB.

For example, you can use the following query count the sequences in a FASTA file:

LOAD exon;

SELECT COUNT(*)
FROM read_fasta('file.fasta');

You can read more about how to use Exon-DuckDB in the documentation.

About

DuckDB Extension for working with bioinformatic data.

License:Other


Languages

Language:C++ 75.7%Language:Rust 16.6%Language:CMake 3.8%Language:Python 2.2%Language:Makefile 1.7%