0
I Use This!
Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Explicitly ignore length zero reads from seqStore. More... almost 7 years ago
Also report word-frequency. More... almost 7 years ago
Disable format truncation warnings for FreeBSD. More... almost 7 years ago
Add a method to kmerCountStatistics to return the 'word-frequency' of a kmer count value. More... almost 7 years ago
Add method to dropStatistics() from a kmerCountFileReader object. More... almost 7 years ago
More printf() formatting. More... almost 7 years ago
If on MacOS, return bytes, not millibytes, from getProcessSize(). More... almost 7 years ago
Decrease default nanopore error rate, read quality has improved so this saves runtime More... almost 7 years ago
Properly fix truncated consensus bug, without introducing lots of indels as the previous fix did More... almost 7 years ago
Add reverse comp for gap (-) in case someone wants to RC an alignment string More... almost 7 years ago
Unify configuration of the two counting algorithms, so meryl can pick 'simple' or 'complex' based on expected size of each algorithm. More... almost 7 years ago
Explicitly use size_t for talking to snappy, but uint64 when saving to files, because MacOS insists they're different. Issue #1066. More... almost 7 years ago
Stop warning about format truncation on MacOS. More... almost 7 years ago
Implement another idea that doesn't work. More... almost 7 years ago
Explicitly loadStatistics(), so we can get the number of distinct kmers. More... almost 7 years ago
Don't try to change a count op into a pass-through op if we're only configuring. More... almost 7 years ago
Dump libraries.txt if it doesn't exist because seqStore was created by hand. More... almost 7 years ago
Big changes to allow multithreaded streaming operations. More... almost 7 years ago
Update tutorial.rst More... almost 7 years ago
Update tutorial.rst More... almost 7 years ago
Update faq.rst More... almost 7 years ago
Update faq.rst More... almost 7 years ago
Add conditional compilation to show file open and close events. More... almost 7 years ago
Let kmerCountFileIndex store the proper values for prefixes split across multiple blocks. More... almost 7 years ago
Fix bug when trying to load data from databases with multiple blocks for each prefix. Add a bunch of debugging. More... almost 7 years ago
In 'print', report if the kmer is canonical or a palindrome. More... almost 7 years ago
Initialize inputs before outputs. More... almost 7 years ago
Add some disabled debug to kmerCountFileWriter::addMer(). More... almost 7 years ago
If no prefix size is supplied, set it to AT LEAST (not at most) 8. More... almost 7 years ago
Fix wordArray::allocate() so it doesn't reallocate blocks, but then insist the array must be empty first. Alos, sabe the ith block in the ith position, not the last position. More... almost 7 years ago