Hello,
I want to select a sidechain without CA in Python.
The working command line
select #0:30 & without CA/C1'
is recreated in Python like this:
chimera.selection.OSLSelection("#0:30 & without CA/C1'")
But the lexer complains about an "illegal symbol in identifier" which is the apostrophe after C1.
How do I solve this issue?
Thanks
Stefan