cbalbin-bio / pymol-color-alphafold

PyMOL extension to color AlphaFold structures by confidence (pLDDT).
MIT License
72 stars 22 forks source link

Accept arbitrary selections #1

Closed sbliven closed 2 years ago

sbliven commented 2 years ago

Allows coloraf to accept arbitrary selections rather than only models. Models valid selections, so the previous behavior still works.

The selection defaults to 'all' so the command can be used quickly without arguments.

cbalbin-bio commented 2 years ago

This is a nice addition. Thanks!