openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
canu
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 22, 2024 — Jul 22, 2025
Showing page 50 of 351
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Remove unused 'bogartPath' member.
Brian P. Walenz
More...
almost 7 years ago
printf() formatting.
Brian P. Walenz
More...
almost 7 years ago
Return true (always) from ovOverlap::fromString().
Brian P. Walenz
More...
almost 7 years ago
Fix a pile of minor static analysis issues.
Brian P. Walenz
More...
almost 7 years ago
Cleanup a bit; makes it clear we're actually initializing everything.
Brian P. Walenz
More...
almost 7 years ago
printf() formatting.
Brian P. Walenz
More...
almost 7 years ago
Minor: test for 'err.size() > 0' instead of just 'err.size()' (to be consistent with other usages).
Brian P. Walenz
More...
almost 7 years ago
Don't try to load overlaps for reads that don't exist (and thus, don't make static analysis think we're dividing by readLen=0).
Brian P. Walenz
More...
almost 7 years ago
printf() formatting.
Brian P. Walenz
More...
almost 7 years ago
Fix two bugs in setArraySize(); a NULL array on input would crash if it was copied; changing the size of an existing array below its current length would crash too.
Brian P. Walenz
More...
almost 7 years ago
Fix bug in duplicateArray() where the output length is not reset if the output array is not resized. Only affects tgTig::operator=(), a deep copy of a tgTig.
Brian P. Walenz
More...
almost 7 years ago
Don't attempt to duplicateString() a NULL string.
Brian P. Walenz
More...
almost 7 years ago
Initialize the positions before the last writeData(), to make static analysis happy.
Brian P. Walenz
More...
almost 7 years ago
Remove unused nERROR variable.
Brian P. Walenz
More...
almost 7 years ago
Explicitly initialize all members of kmerCountExactLookup.
Brian P. Walenz
More...
almost 7 years ago
Replace AS_UTL_safeRead() and AS_UTL_safeWrite() with (templated) loadFromFile() and writeToFile().
Brian P. Walenz
More...
almost 7 years ago
Add an assert and comment about potential out-of-bounds array; coverity 187491.
Brian P. Walenz
More...
almost 7 years ago
Update java options to reduce GC time and threads (issue #993) and memory
Sergey Koren
More...
almost 7 years ago
update call to seq store creation
Sergey Koren
More...
almost 7 years ago
Fix bug which was truncating some large contigs
Sergey Koren
More...
almost 7 years ago
Don't initialize arrays that get initialized later.
Brian P. Walenz
More...
almost 7 years ago
Don't initialize non-static class members.
Brian P. Walenz
More...
almost 7 years ago
Fix a couple of integer overflows when there are LOTS of skip kmers.
Brian P. Walenz
More...
almost 7 years ago
Implement 'Plan B'.
Brian P. Walenz
More...
almost 7 years ago
For seqStore inputs, allow counting in N batches using segment=x/N.
Brian P. Walenz
More...
almost 7 years ago
Add debug operation 'compare' to report which kmers differ between two databases.
Brian P. Walenz
More...
almost 7 years ago
Fix error message when kmer size isn't set.
Brian P. Walenz
More...
almost 7 years ago
Enable thread support for constructing the exact lookup table.
Brian P. Walenz
More...
almost 7 years ago
Remove description of --hashstrings (doesn't exist anymore) and remove --maxreadlen (not useful anymore).
Brian P. Walenz
More...
almost 7 years ago
Add an option to dump reverse-complement reads.
Brian P. Walenz
More...
almost 7 years ago
←
1
2
…
46
47
48
49
50
51
52
53
54
…
350
351
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree