I have a custom command style_dd to style .cube files that contain a difference density, which is defined as:
alias style_dd volume $1 style surface level 0.0025 color #CC0022 level -0.0025 color #CCBE00
Adding an Open Command entry for the Gaussian cube grid and the regex \.cisdp\d*\.cube works, but only if I open a single file at a time.
When I select two .cube files to open at the same time, the Open Command is not being run, as it is set to parent, which in Chimerax is called group by default:
Changing the mode to children applies the style_dd command, but to the two surfaces of the .cube grid itself, resulting in an error:
Is there a way to resolve this? Maybe I am misunderstanding something about how to select the models?
Thanks in advance, I enjoy your tool quite a lot!
I have a custom command
style_ddto style.cubefiles that contain a difference density, which is defined as:Adding an Open Command entry for the
Gaussian cube gridand the regex\.cisdp\d*\.cubeworks, but only if I open a single file at a time.When I select two
.cubefiles to open at the same time, the Open Command is not being run, as it is set toparent, which in Chimerax is calledgroupby default:Changing the mode to
childrenapplies thestyle_ddcommand, but to the two surfaces of the.cubegrid itself, resulting in an error:Is there a way to resolve this? Maybe I am misunderstanding something about how to select the models?
Thanks in advance, I enjoy your tool quite a lot!