Skip to content

jlbren/hamper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows and *nix tested.
Compiler: C++11
For *nix systems, use gcc-4.7
g++ -std=c+11 main.cpp -o hamper

Four parameters are expected:
1. the full path and file name of the target genome
2. the full path and file name of the reads file
3. word size (note, a default maximum of 10 is set. this is the expected maximum for 16GB RAM machines. This can be altered within main.cpp)
4. threshold between 0.0 and 1.0 (0%-100%) - value of % ID required for a read to be considered a match

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages