Entering edit mode
11.6 years ago
joey0214.zhong
▴
20
MUSTANG is a Multiple Structural Alignment Algorithm. I want to use this algorithm in my own java program, so does this algorithm have source code or applet to embed into my own program? thanks in advance!
Thanks. Do you know how to change the output results? It generate a results.pdb contains several structure coordinates, but I want every structure in single PDB file after aligned.
I am not aware of a way to do that. You should check the documentation, and if that does not help try contacting the authors of the program to see if there is an undocumented feature for doing what you require. Otherwise is sounds like you may have to process the resulting PDB file yourself to separate the structures (you might find the PDB format documentation helpful for this).
Thanks for your help