ソースを参照

update strucmotif-queries

JonStargaryen 3 年 前
コミット
25add11666
2 ファイル変更7 行追加2 行削除
  1. 4 0
      CHANGELOG.md
  2. 3 2
      src/viewer/ui/strucmotif.tsx

+ 4 - 0
CHANGELOG.md

@@ -2,6 +2,10 @@
 
 [Semantic Versioning](https://semver.org/)
 
+## [1.8.5] - 2021-08-11
+### General
+- Update strucmotif integration with rcsb.org
+
 ## [1.8.4] - 2021-08-03
 ### General
 - Mol* 2.2.1

+ 3 - 2
src/viewer/ui/strucmotif.tsx

@@ -209,10 +209,11 @@ class SubmitControls extends PurePluginUIComponent<{}, { isBusy: boolean, residu
             service: 'strucmotif',
             parameters: {
                 value: {
-                    data: pdbId.values().next().value as string,
+                    entry_id: pdbId.values().next().value as string,
                     residue_ids: residueIds.sort((a, b) => this.sortResidueIds(a, b))
                 },
-                score_cutoff: 0,
+                rmsd_cutoff: 2,
+                atom_pairing_scheme: 'ALL',
                 exchanges: exchanges
             }
         };