Difference between revisions of "Converting between '.crd' and '.pdb'"

From CUC3
Jump to navigation Jump to search
import>Csw34
 
import>Csw34
Line 1: Line 1:
You can actually convert between '.xyz', '.pdb' and '.crd' formats using ''awk'' and other shell commands. There is more info on the [[conversion between different data file formats]] page. Another way of doing it is using CHARMM to read in your structure in one format and then specifying that you would like to save it in a different format.
+
You can actually convert between '.xyz', '.pdb' and '.crd' formats using ''awk'' and other shell commands. There is more info on the [[conversion between different data file formats]] page. Another way of doing it is using CHARMM to read in your structure in one format and then specifying that you would like to save it in a different format. The advantage of using CHARMM for this is that you know the output structure will be readable by CHARMM!

Revision as of 20:00, 30 April 2008

You can actually convert between '.xyz', '.pdb' and '.crd' formats using awk and other shell commands. There is more info on the conversion between different data file formats page. Another way of doing it is using CHARMM to read in your structure in one format and then specifying that you would like to save it in a different format. The advantage of using CHARMM for this is that you know the output structure will be readable by CHARMM!