Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Memset of course does not deal properly with the unsigned long long type
so we need to compensate by doing sizeof(unsigned long long) * width to
fix the issue
|
|
|
|
quikr_train now has a new format that should allow for a more sane
approach in terms of usability. headers are now packed into the format,
and counts, not probabilities are included as each row
the header looks like
quikr
version of format
sequences
kmer
>header
2
4
12
22
... n-mers
>header2
....
|
|
|
|
|
|
debugging, and update quikr to count-kmer code internally
|
|
|
|
|
|
remove the debugging option for quikr, since there is not a reason to
keep it anymore, consider it cruft. Our users are unlikely to ever use
it and the same for us
- remove from manpage
- remove from quikr.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
check in multifasta2otu
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
commited for some reason
|
|
|
|
and also rename rws and clmns to rows and columns respectively
:
|
|
|
|
|
|
|
|
generate_kmers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|