0
I Use This!
Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Don't declare the precompute done if the fasta exists, declare it done if the mmi exists. Issue #990. More... about 7 years ago
Remove a tiny bit of dead code when dumping fasta for precompute. More... about 7 years ago
Check for existence of minimap2 in bin directory before starting the assembly. Issue #990. More... about 7 years ago
Add conditional compilation symbol IGNORE_FLIPPED_OVERLAPS. More... about 7 years ago
5.7.3 Overlapper Configuration, mhap Algorithm More... about 7 years ago
Merge branch 'master' of github.com:godotgildor/canu More... about 7 years ago
Update to DNAnexus grid code * When downloading a file from the cache, make sure that the local file system has the proper directories in place for the file. More... about 7 years ago
Update to DNAnexus grid code * When downloading a file from the cache, make sure that the local file system has the proper directories in place for the file. More... about 7 years ago
Updates for DNAnexus running * Change so that a minimum of 128 GB of scratch space is requested per worker * Add restartable entrance points * Set liberal default instance types for main Canu job More... about 7 years ago
Updates for DNAnexus running * Change so that a minimum of 128 GB of scratch space is requested per worker * Add restartable entrance points * Set liberal default instance types for main Canu job More... about 7 years ago
Convert kmers-to-ignore to lowercase so they can be found in the hash table. More... about 7 years ago
Dump kmers as 'kmer<tab>count' instead of FASTA. More... about 7 years ago
Swap G and T in kmers to be compatible with the future meryl. More... about 7 years ago
Fix integer overflow when counting the number of overlaps in a single file. CHANGES FILE FORMAT of .oc files. Issue #959. More... about 7 years ago
Fix errors configuring large overlap files, and/or reads with lots of overlaps. Issue #959. More... about 7 years ago
Updating query of DNAnexus for available instance types * Bug fix in parsing output of new dx-get-instance-info.py script More... about 7 years ago
Updating query of DNAnexus for available instance types * Bug fix in parsing output of new dx-get-instance-info.py script More... about 7 years ago
Update faq.rst More... about 7 years ago
Update faq.rst More... about 7 years ago
Refuse to allow relative paths for java and gnuplot. Issue #962. More... about 7 years ago
Use the string equality test for comparing strings in makeAbsolute(). More... about 7 years ago
Check for a too-small memory limit. Fix minor typo in logging. More... about 7 years ago
Add (an overly) verbose mode for (maybe) helping to debug why bucketizer is failing. Issue #959. More... about 7 years ago
Force rerunning of ovStoreBucketizer even if the create#### directory exists. Issue #959. More... about 7 years ago
Correctly count the number of jobs to run when deciding if grid jobs should run here and now. More... about 7 years ago
When creating frequentMers.ignore, accept either FASTA or single-line kmer data. More... about 7 years ago
Updating DNAnexus applet * Removing system requirements as we have moved those to regional options. * Moving dx-get-instance-info.py into resources/bin so that it is deleted in the resources/usr directory upon making the dnanexus target. More... about 7 years ago