Closed LilySnow closed 4 years ago
if some models did not generate graphs, there should be a warning like Warning : Graph ** not exported (num_nodes = 0)' **)
. Did you see the warning ?
Yes. The warnings are there.
I have fixed the bug, please review PR #17.
When some pdb files cannot have graph generated, we will have the error message below. In this situation, all the pdb files have haddock energy (
Energy.dat
) and some models are missing from graphrank file (GraphRank.dat
).This bug can be fixed by switching the order of the following two lines (quick and dirty):
From
to