Skip to content
Snippets Groups Projects
Commit 0a80aec3 authored by Michal Malý's avatar Michal Malý
Browse files

ReDNATCO plugin stage 6

parent f740ba95
No related branches found
No related tags found
No related merge requests found
......@@ -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')) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment