diff --git a/src/apps/rednatco/index.tsx b/src/apps/rednatco/index.tsx index 172952e91b1d5636f22ee287246f6d1595d3872b..38e632c05e67f10f10c40110877c4313b5813306 100644 --- a/src/apps/rednatco/index.tsx +++ b/src/apps/rednatco/index.tsx @@ -769,7 +769,7 @@ class ReDNATCOMspViewer { const bRef = rcref(c); const mRef = IDs.ID('model', '', bRef); b.toRoot(); - b.apply(RawData, { data: cfmr }, { ref: IDs.ID('data', '', bRef) }) + b.apply(RawData, { data: cfmr, label: `Reference ${c}` }, { ref: IDs.ID('data', '', bRef) }) .apply(StateTransforms.Model.TrajectoryFromPDB, {}, { ref: IDs.ID('trajectory', '', bRef) }) .apply(StateTransforms.Model.ModelFromTrajectory, {}, { ref: mRef }) .apply(StateTransforms.Model.StructureFromModel, {}, { ref: IDs.ID('structure', '', rcref(c, 'sel')) })