deeprank2
deeprank2 copied to clipboard
Unify `get_residue_contact_pairs()` from buildgraph.py by `get_IRCs()` from irc.py
The buildgraph function (exclusively used in some unit tests) already existed before I worked on irc feature. Later I discovered that I largely recreated that function.
The one used created for irc features is more elegantly/concisely written, so it would be nice to replace the buildgraph function with what is needed from the irc one and then call the function both for the tests and irc features
This issue is stale because it has been open for 30 days with no activity.