On Monday 01 August 2005 11:08, Sebastien Moretti wrote: > Hello, > I try to add comment lines in my pml scripts but I don't know how to do. > I tried #, /*, //, <!-- or <-- characters but everything fails. ... > How can I use comments in PyMOL scripts ?
The hash character (#) works to include comments on separate lines, but not at the end of a line that contains commands. So you can do # Create separate dimer create dimer,(chain A,B) but not create dimer,(chain A,B) # Create separate dimer -- Lieven Buts Ultrastructure Laboratory Vrije Universiteit Brussel