ctSkennerton / crass

The CRISPR assembler
http://ctskennerton.github.io/crass
GNU General Public License v3.0
35 stars 11 forks source link

Determine why nodes in bubble removal have less than 2 edges #24

Closed ctSkennerton closed 12 years ago

ctSkennerton commented 13 years ago

ERR NodeManager.cpp : int NodeManager::cleanGraph() : 794: Nodes in bubble removal have less than two edges!

By this point we should not be dealing with any cap nodes which would have a single edge but only path or cross nodes. Need to investivage further why this error message is popping up.

ctSkennerton commented 12 years ago

issue with the graph cleaning now fixed