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

tweaked ligandPlusConnected selection

parent c57311d6
No related branches found
No related tags found
No related merge requests found
...@@ -127,9 +127,17 @@ const ligand = MS.struct.modifier.union([ ...@@ -127,9 +127,17 @@ const ligand = MS.struct.modifier.union([
}) })
]) ])
// don't innclude branched entities as they have their own link representation
const ligandPlusConnected = MS.struct.modifier.union([ const ligandPlusConnected = MS.struct.modifier.union([
MS.struct.modifier.includeConnected({ MS.struct.modifier.exceptBy({
0: ligand, 'layer-count': 1, 'as-whole-residues': true 0: MS.struct.modifier.union([
MS.struct.modifier.includeConnected({
0: ligand,
'layer-count': 1,
'as-whole-residues': true
})
]),
by: branched
}) })
]) ])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment