JonStargaryen hace 4 años
padre
commit
5013635564
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 1 1
      package.json
  2. 2 0
      src/viewer/ui/strucmotif.tsx

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
     "name": "@rcsb/rcsb-molstar",
-    "version": "1.0.11",
+    "version": "1.0.11-dev.0",
     "description": "RCSB PDB apps and props based on Mol*.",
     "homepage": "https://github.com/rcsb/rcsb-molstar#readme",
     "repository": {

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

@@ -40,6 +40,7 @@ export class StrucmotifSubmitControls extends CollapsableControls {
     }
 }
 
+// TODO nice svg - magnifying glass or something search-y
 const _SearchIcon = <svg width='24px' height='24px' viewBox='0 0 24 24'><path d='M8 5v14l11-7z' /></svg>;
 export function SearchIconSvg() { return _SearchIcon; }
 
@@ -104,6 +105,7 @@ export class SubmitControls extends PurePluginUIComponent<{}, { isBusy: boolean
                             residue_ids: residueIds
                         },
                         score_cutoff: 5,
+                        // TODO should the Mol* UI have the option to define exchanges?
                         exchanges: []
                     },
                     label: 'strucmotif',