Skip to content
Snippets Groups Projects
Commit 58ce1f64 authored by Alexander Rose's avatar Alexander Rose
Browse files

Viewer.loadAfdb -> Viewer.loadAlphaFoldDb

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