Scientific Software
Updated 10 months ago
sourmash v4
sourmash v4: A multitool to quickly search, compare, and analyze genomic and metagenomic data sets - Published in JOSS (2024)
Scientific Software · Peer-reviewed
Scientific Software
Updated 10 months ago
TipToft
TipToft: detecting plasmids contained in uncorrected long read sequencing data - Published in JOSS (2019)
Biology
Scientific Software · Peer-reviewed
Updated 10 months ago
https://github.com/alexpreynolds/kmer-collapse
Collapse a set of redundant kmers to use IUPAC degenerate bases
Updated 10 months ago
https://github.com/alexpreynolds/kmer-counter-abseil
Count canonical kmers with Abseil C++ `absl::flat_hash_map`
Updated 10 months ago
https://github.com/alexpreynolds/kmer-counter-unordmap
Count canonical kmers with STL unordered_map
Updated 10 months ago
https://github.com/alexpreynolds/kmer-boolean
Test if a kmer is or is not in a set of sequences
Updated 10 months ago
https://github.com/alexpreynolds/kmer-counter-emilib
Count canonical kmers with Emil Ernerfeldt's emilib::HashMap
Updated 10 months ago
https://github.com/alexpreynolds/kmer-counter-ska
Count canonical kmers with Malte Skarupke's bytell_hash_map hash table
Updated 10 months ago
https://github.com/alexpreynolds/kmer-counter-boost
Count canonical kmers with Boost C++ `boost::unordered_map` hash table
Updated 10 months ago
https://github.com/alexpreynolds/kmer-counter-sparse
Count canonical kmers with Google sparse_hash_map