A tool for bluntifying a bidirected de bruijn graph by removing overlaps.
git clone --recursive https://github.com/hnikaein/stark
cd stark
mkdir build; cd build; cmake ..; cmake --build . -- -j 8
- CMake 3.10+
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.