From b476f738bc653def0f17e062a0786a7ad6a074eb Mon Sep 17 00:00:00 2001 From: JonStargaryen <sebastian.bittrich@rcsb.org> Date: Wed, 17 Jun 2020 13:05:54 -0700 Subject: [PATCH] style of symbol description --- src/extensions/membrane-orientation/membrane-orientation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extensions/membrane-orientation/membrane-orientation.ts b/src/extensions/membrane-orientation/membrane-orientation.ts index 5e95d9d93..66d26e391 100644 --- a/src/extensions/membrane-orientation/membrane-orientation.ts +++ b/src/extensions/membrane-orientation/membrane-orientation.ts @@ -53,7 +53,7 @@ namespace MembraneOrientation { }) }; - export const isTransmembrane = StructureSelectionQuery('Residues embedded in membrane', MS.struct.modifier.union([ + export const isTransmembrane = StructureSelectionQuery('Residues Embedded in Membrane', MS.struct.modifier.union([ MS.struct.modifier.wholeResidues([ MS.struct.modifier.union([ MS.struct.generator.atomGroups({ -- GitLab