Ver Fonte

Viewer.loadAfdb -> Viewer.loadAlphaFoldDb

Alexander Rose há 3 anos atrás
pai
commit
58ce1f6498
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      CHANGELOG.md
  2. 1 1
      src/apps/viewer/index.ts

+ 1 - 1
CHANGELOG.md

@@ -18,7 +18,7 @@ Note that since we don't clearly distinguish between a public and private interf
     - Automatic coloring by pLDDT
     - AlphaFold DB option in DownloadStructure action
     - ``afdb`` GET parameter for Viewer app
-    - ``Viewer.loadAfdb`` method
+    - ``Viewer.loadAlphaFoldDb`` method
 - Add QualityAssessment extension (using data from ma_qa_metric_local mmcif category)
     - pLDDT & qmean score: coloring, repr presets, molql symbol, loci labels (including avg for mutli-residue selections)
     - pLDDT: selection query

+ 1 - 1
src/apps/viewer/index.ts

@@ -258,7 +258,7 @@ export class Viewer {
         }));
     }
 
-    loadAfdb(afdb: string) {
+    loadAlphaFoldDb(afdb: string) {
         const params = DownloadStructure.createDefaultParams(this.plugin.state.data.root.obj!, this.plugin);
         return this.plugin.runTask(this.plugin.state.data.applyAction(DownloadStructure, {
             source: {