kianho
kianho
The current --plaintext outputs the matrices as dense adjacency vectors. This format is needlessly verbose. Change the output format to graph-style edge tuples, such that tuples of non-contacts are not...
Rendering PDF plots of large proteins takes a long time. E.g. rendering 1mtp. ### possible solutions - is there matplotlib trick to make this more efficient? - issue a warning...
A standalone pconpy web-server would allow lab members to use pconpy without the need for the command-line. ## Possible solution This could be implemented in Flask.