Skip to content

hnikaein/stark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stark

License c++11

A tool for bluntifying a bidirected de bruijn graph by removing overlaps.

Compilation

git clone --recursive https://github.com/hnikaein/stark 
cd stark
mkdir build;  cd build;  cmake ..;  cmake --build . -- -j 8

Dependencies

  • CMake 3.10+

Input

You should give a bidirected De Bruijn Graph as input. The tool doesn't check the input to see if it is a valid bidirected DBG or not. Also, the tool doesn't preserve the tags.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published