Skip to content

A bit-packed k-mer representation (and relevant utilities) for rust

License

Notifications You must be signed in to change notification settings

COMBINE-lab/kmers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K-mer class for rust

The purpose of this repository is to build a simple library that exposes a bit-packed k-mer class for use in rust-based bioinformatics projects. The class implementation is generic over the k-mer length by making use of const generics (which are currently a relatively new feature in rust).

Contributors

This is meant to be a community project, where I originally attempted to reach out to some potentially interested parties via twitter. If you'd like to help, please feel welcome to contribute!

Minimum supported Rust version

Currently the minimum supported Rust version is 1.65

About

A bit-packed k-mer representation (and relevant utilities) for rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages