@@ -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
@@ -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
}
};