Skip to content

DuckDB Extension for working with bioinformatic data.

License

Notifications You must be signed in to change notification settings

genostack/exon-duckdb

This branch is up to date with wheretrue/exon-duckdb:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

40f71e5 · Aug 2, 2023

History

27 Commits
Aug 2, 2023
Aug 2, 2023
Jun 13, 2023
Jul 14, 2023
Aug 2, 2023
Jul 23, 2023
Jun 9, 2023
Jun 9, 2023
Aug 2, 2023
Aug 2, 2023
Jun 24, 2023
Jul 23, 2023
Jun 19, 2023
Aug 2, 2023
Jun 9, 2023

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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