Skip to content

roippi/kmerclumps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kmerclumps

A tool for finding (L,t) clumps of k-mers in a genome.

python usage:

from kmers import get_clumps

clumps = get_clumps(genome, k, L, t)

command line usage:

python kmers.py <path_to_genome_file> [k L t]

About

A tool for finding (L,t) clumps of k-mers in a genome.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages