0
I Use This!
Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Save the splitHaplotype log and use it to decide if the unassigned reads should assembled, or even if the assemblies should be started at all. More... almost 7 years ago
Write a log (to stdout) of the number of reads/bases assigned to each haplotype. More... almost 7 years ago
Check that ovlMerDistinct and ovlMerThreshold are valid values. More... almost 7 years ago
Update overlapInCore threshold parameters to adjust for meryl's automagic filtering of unique kmers. More... almost 7 years ago
For inputs in an object store, download them inside canu as needed. More... almost 7 years ago
Add a couple of functions to directly access object store files. More... almost 7 years ago
Add a ;, grr! More... almost 7 years ago
Change mhapFilterThreshold from 5e-6 to 1e-7, i.e., mark more kmers as repeats. More... almost 7 years ago
Make meryl-process.sh skip results if they're already computed. More... almost 7 years ago
Fix stopAfter for meryl; add meryl-configure, meryl-count, and meryl-process to the existing meryl stopping point. More... almost 7 years ago
Fix short-circuiting in meryl so it'll recreate scripts if needed. More... almost 7 years ago
check for release label More... almost 7 years ago
Do not return from nextMer() if the kmer has a zero count; move on to the next mer (unless it too has a zero count, in which case we'll move on to the next mer (unless ....)). More... almost 7 years ago
Actually set the constant used for math -- increase, decrease, etc -- operations. More... almost 7 years ago
Remove extraneous logging. More... almost 7 years ago
Add conditional compilation to allow meryl (and sequence) to compile outside of Canu. More... almost 7 years ago
Call AS_configure() so we can parse --version. More... almost 7 years ago
Add comment about the meryl 'print' command line. More... almost 7 years ago
Make haplotyping (mostly) work in cloud mode. It still requires input files to be on a network disk. More... almost 7 years ago
Log if meryl-count.sh doesn't do anything because it's already done. More... almost 7 years ago
Minor cleanup on stashMerylShellCode() and fetchMerylShellCode(); don't do the operation if the database doesn't exist, or if it already exists, resp. More... almost 7 years ago
Add some newlines to emitted code to make things a bit more readable. More... almost 7 years ago
Don't fetch the ovlStore; it's not used. More... almost 7 years ago
When in the TEST objectStore environment, wipe the run directory before starting a job. More... almost 7 years ago
Fix object store for the meryl reimplementation; fix somewhat broken fileExistsShellCode(). More... almost 7 years ago
Log all fetches. More... almost 7 years ago
Allow download --overwrite. More... almost 7 years ago
Be a little more descriptive when the command line can't be parsed. More... almost 7 years ago
Change the location of the fake object store. More... almost 7 years ago
fetchFromObjectStore()- Add a bunch of comments, do some minor cleaning, and fix a minor issue or two. More... almost 7 years ago