I am working on an RMSD minimization procedure. I create (with my own c code) an initial RNA helix from a reduced pdb file, then I use 3DNA's analyze and rebuild to make a new helix. I find the RMSD between the original helix and the one created with rebuild. I use Powell's minimizatoin method to find bp_step parameters that give the minimum RMSD between the original helix and the one created with 3DNA's rebuild.
My problem is that the minimization procedure calls 3DNA's rebuild many, many times and I have no way of integrating the executables into my c code. Since I do many other calculations, I need the code to be fast and efficient.
I've read both SCHNAaP and SCHNArP papers, and both conclusions state the source code is available upon request from the authors.
May I access the c code? I, of course, will be happy to cite the authors' work and take no credit for that particular portion of the methodology. It would save me a lot of time if I didn't have to rewrite the code myself.