|
@@ -42,6 +42,10 @@ export const TmDetRcsbPreset = TrajectoryHierarchyPresetProvider({
|
|
|
const entryId = (trajectory as any).obj?.data.representative.entryId;
|
|
|
console.log('TRAJECTORY entry ID:', entryId);
|
|
|
const descriptor = TmDetDescriptorCache.get(entryId);
|
|
|
+ if (!descriptor) {
|
|
|
+ console.log('Descriptor cache', TmDetDescriptorCache);
|
|
|
+ console.error(`PDBTM descriptor is not found by entry id ${entryId}`);
|
|
|
+ }
|
|
|
registerTmDetSymmetry(descriptor!);
|
|
|
|
|
|
const modelParams = { modelIndex: 0 };
|