-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to Search for Atom Names Containing ' #115
Comments
Thanks for reporting - the issue is that To escape the quote, we need to switch to the regular expression mode in the grammar (https://sire.openbiosim.org/cheatsheet/search.html#strings). You put regular expressions within Note you could also use |
Thanks very much for the quick reply. Sorry I missed this in the docs. |
No need to apologise - I didn't know the code could do that either ;-) Initially I thought that I would have to write code to let us escape single quotes, e.g. I'm going to add some docs to the regex code and the tutorial to show how we can escape single quotes this way. I may also think about how to add proper escaping to the syntax, as it is surprising that it doesn't escape quotes. |
Describe the bug
I am trying to modify BioSimSpace so that specifying
restraint="backbone"
also works for nucleic acids. However, several nucleic acid backbone atoms contain ' in their names, which results in an error:Gives:
I am doing this correctly? Apologies if I have missed this in the tutorials. Thanks very much.
To Reproduce
Here is my RNA test system.
The text was updated successfully, but these errors were encountered: