0
I Use This!
Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 22 hours ago.
Jul 26, 2024 — Jul 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
If a block is loaded that has no kmers, load another block before returning the kmer. More... almost 7 years ago
Add '/' to decodeRange(), for specifying a piece out of set. More... about 7 years ago
Merge pull request #1019 from rick-heig/patch-1 More... about 7 years ago
Typo in FAQ More... about 7 years ago
Fix/finish exact kmer lookups; add basic analysis of kmers in reads. More... about 7 years ago
Add support for directly reading sequence from a seqStore. More... about 7 years ago
Replace AS_UTL_fileExists() with pathExists(), fileExists() and directoryExists(). More... about 7 years ago
Report version of compiler that isn't acceptable. More... about 7 years ago
Change how MacOS decides which compiler to use; remove Clang support and the OpenMP stubs it needed. More... about 7 years ago
Use CXX for testing if stack trace is supported. More... about 7 years ago
Report the compiler actually being used, not the one set when 'make' was called. More... about 7 years ago
Put 'stack trace' in the 'system' library. More... about 7 years ago
Guard against multiple inclusion. More... about 7 years ago
Fold reverse-complementing into 'sequence' library. More... about 7 years ago
Import the freshly re-implemented 'meryl' (and 'sequence'). More... about 7 years ago
Convert tabs to spaces. More... about 7 years ago
Collect all system/hardware related functions into system.H. More... about 7 years ago
Collect all string processing classes/functions into strings.H. More... about 7 years ago
Collect all file handling classes into files.H. More... about 7 years ago
Remover dependency on libkmer's kMer object. More... about 7 years ago
Move implementation of readBuffer and writeBuffer out of class definition. More... about 7 years ago
Move various bits used only by meryl et alia from utility/ to meryl-san/. More... about 7 years ago
Add guards around this file to prevent multiple inclusion. More... about 7 years ago
Make utility/files.H and utility/strings.H. More... about 7 years ago
Rename 'AS_UTL/' to 'utility/'. More... about 7 years ago
Rename 'meryl' to 'meryl-san', for an upcoming replacement. More... about 7 years ago
Merge pull request #995 from luyang93/patch-1 More... about 7 years ago
Merge pull request #992 from godotgildor/master More... about 7 years ago
Initialize the number of overlaps per file to zero. Argh. Issue #959. More... about 7 years ago
Fix indenting and call it 'minimap', not 'mmap', in messages. More... about 7 years ago