index
:
dna-utils.git
jit
master
mutant-refactor-total-count
openmp
refactor-total-count
sparse
Tools for parsing FASTA files very fast
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-12-29
Clean up indentation and whitespace
orbitz
2013-12-29
Refactor to pull opening the file out of the count function
orbitz
2013-12-29
Cleanup indentation and whitespace
orbitz
2013-11-24
performance boost from skipping our first newline. It seems crazy, but this c...
Calvin Morrison
2013-11-23
fix labels, fix spelling of position
Calvin Morrison
2013-11-23
better allocation of memory, make sure to free other memory
Calvin Morrison
2013-11-15
Merge branch 'master' of github.com:mutantturkey/dna-utils
Calvin Morrison
2013-11-15
instead of bitshift, use a equality operator
Calvin Morrison
2013-11-11
fix memleak
Calvin Morrison
2013-11-11
fix warnings
Calvin Morrison
2013-11-11
fix printf
Calvin Morrison
2013-11-11
added label and nonzero options
Calvin Morrison
2013-11-11
index to kmerfunction
Calvin Morrison
2013-11-07
update makefile
Calvin Morrison
2013-11-07
rename to counts per sequence, don't provide frequencies only counts
Calvin Morrison
2013-11-07
rename to counts per sequence, don't provide frequencies only counts
Calvin Morrison
2013-11-06
fix free
Calvin Morrison
2013-10-31
fix memset again
Calvin Morrison
2013-10-31
Revert "fix memset"
Calvin Morrison
2013-10-31
fix memset
Calvin Morrison
2013-10-23
output individual kmers if requested
Calvin Morrison
2013-10-17
update makefile with dependencies and proper static linking
Calvin Morrison
2013-10-17
add a static library to our makefile
Calvin Morrison
2013-10-17
update kmer utils
Calvin Morrison
2013-10-16
reorder kmer_utils.h, actually take a kmer value as argv[2] for frequency, er...
Calvin Morrison
2013-10-16
kmer utils.h
Calvin Morrison
2013-10-16
frequency_per_sequence still needs refactoring
Calvin Morrison
2013-10-16
works with multiline sequences, abstracted most code to kmer_utils.c
Calvin Morrison
2013-10-16
added new functions
Calvin Morrison
2013-10-16
update makefile
Calvin Morrison
2013-10-10
don't use the num_to_index function for more speeeeed
Calvin Morrison
2013-10-10
Merge branch 'master' of github.com:mutantturkey/dna-utils into HEAD
Calvin Morrison
2013-10-10
update makefile
Calvin Morrison
2013-10-10
don't depend on math.h's POW by using a bitshift instead:
Calvin Morrison
2013-10-06
Update premature_optimization.md
Calvin Morrison
2013-10-06
Update premature_optimization.md
Calvin Morrison
2013-10-06
Update premature_optimization.md
Calvin Morrison
2013-10-06
Update premature_optimization.md
Calvin Morrison
2013-10-06
A story of my code
Calvin Morrison
2013-10-04
Merge branch 'master' of github.com:mutantturkey/dna-utils
Calvin Morrison
2013-10-04
no more branching
Calvin Morrison
2013-10-03
Update README.md
Calvin Morrison
2013-10-03
Create README.md
Calvin Morrison
2013-10-02
provide errno error details
Calvin Morrison
2013-10-02
formatting
Calvin Morrison
2013-10-02
use an external iterator so that we can skip over anything in range of an errorw
Calvin Morrison
2013-10-02
remove unused headers
Calvin Morrison
2013-10-02
update header
Calvin Morrison
2013-10-02
for kmer frequence per sequence as well
Calvin Morrison
2013-10-02
add check for line length. if read > kmer we are good to go
Calvin Morrison
[next]