Re: [gmx-users] g_clustsize method

2009-05-20 Thread Jacob Spooner
It would be very advantageous for me to have a g_clustsize that could implement the Jarvis-Patrick method instead of single linkage. Would this be very difficult to achieve? Or would it be easy enough to use source code from g_cluster and do a sort of transplant? Thank you for you help David

Re: [gmx-users] g_clustsize method

2009-05-20 Thread David van der Spoel
Jacob Spooner wrote: It would be very advantageous for me to have a g_clustsize that could implement the Jarvis-Patrick method instead of single linkage. Would this be very difficult to achieve? Or would it be easy enough to use source code from g_cluster and do a sort of transplant? Thank you

[gmx-users] g_clustsize method

2009-05-19 Thread Jacob Spooner
I am planning on using g_clustsize to do some condensation analysis. I looked at g_cluster and see that it has a number of method options including single linkage and jarvis patrick. Is it true that g_clustsize has only the single linkage option? I took a look at the source code but this type

Re: [gmx-users] g_clustsize method

2009-05-19 Thread David van der Spoel
Jacob Spooner wrote: I am planning on using g_clustsize to do some condensation analysis. I looked at g_cluster and see that it has a number of method options including single linkage and jarvis patrick. Is it true that g_clustsize has only the single linkage option? I took a look at the