dsk icon indicating copy to clipboard operation
dsk copied to clipboard

k-mer counting software

Results 4 dsk issues
Sort by recently updated
recently updated
newest added

I want to plot kmer coverage using the histogram plotting script provided. However, I am getting an odd error I am unable to troubleshoot. I have been able to kmerize...

To support finding long k-mers, I tried re-installing in the build folder following instructions: ``` rm -Rf CMake* && cmake -DKSIZE_LIST="32 64 92" .. && make ``` where I chose...

Correction: Actually, all three produced different results. ----------------------------------------------- Hello, I compared the outputs from DSK to the ones generated by [JellyFish](https://github.com/gmarcais/Jellyfish) and by [KMER_COUNTER](https://github.com/alexpreynolds/kmer-counter). I used the same .fa file...

From a previous github issue in re Simka: "If you still need to recover kmer sequences, for instance recovering subsets of kmers according to their presence/absence in some datasets, you...