correction:

Bob Hanson wrote:

One specific conformation is selected using negative logic, by NOT showing other conformation-specific atoms:

select * and not *%2
select * and not *%1

You can also use

select *%

to indicate "all atoms that have no alternate specification", so then we have:

select *% or *%1  # conformation 1
select *% or *%2  # conformation 2

sometimes one may need something like:

select *% or *%A or *%B  # conformation 1
select *% or *%C or *%D  # conformation 2

These are called alternate location "ensembles" I think. I notice they were taken OUT of 5hvp.cif, so maybe they are not being implemented.

--Bob



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to