Skip to content
Snippets Groups Projects
Commit c3f3d7ef authored by Alexander Rose's avatar Alexander Rose
Browse files

check if atomistic before query modified

parent 61d44efd
No related branches found
No related tags found
No related merge requests found
...@@ -132,6 +132,7 @@ const ligandPlusConnected = MS.struct.modifier.union([ ...@@ -132,6 +132,7 @@ const ligandPlusConnected = MS.struct.modifier.union([
const modified = MS.struct.modifier.union([ const modified = MS.struct.modifier.union([
MS.struct.generator.atomGroups({ MS.struct.generator.atomGroups({
'chain-test': MS.core.rel.eq([MS.ammp('objectPrimitive'), 'atomistic']),
'residue-test': MS.ammp('isModified') 'residue-test': MS.ammp('isModified')
}) })
]) ])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment