37
edits
Line 187: | Line 187: | ||
The [http://www.ysbl.york.ac.uk/~emsley/coot/tutorial/ data files used in the example can be obtained here]. | The [http://www.ysbl.york.ac.uk/~emsley/coot/tutorial/ data files used in the example can be obtained here]. | ||
===Example Scheme Script 3=== | ===Example Scheme Script 3: Read CNS data=== | ||
This [[ CNS data reading script ]] is a Cootenization of the CN2COOT script written by Joel Bard (it is based on his csh [http://www.ysbl.york.ac.uk/~emsley/coot/cn2coot script]) and can be used to compare and contrast scheme programming | This [[ CNS data reading script ]] is a Cootenization of the CN2COOT script written by Joel Bard (it is based on his csh [http://www.ysbl.york.ac.uk/~emsley/coot/cn2coot script]) and can be used to compare and contrast scheme programming | ||
and shell script programming (the coot version is longer to some extent because it does extra error checking). | and shell script programming (the coot version is longer to some extent because it does extra error checking). | ||
Line 193: | Line 193: | ||
As well as doing the conversion the resulting mtz/maps are loaded into Coot. | As well as doing the conversion the resulting mtz/maps are loaded into Coot. | ||
It is | It is part of Coot as of version 0.1.2. | ||
===Example Scheme Script 4: loading the latest data and pdb files automatically === | ===Example Scheme Script 4: loading the latest data and pdb files automatically === |
edits