Explorar el Código

new score_cutoff @ 0.0

JonStargaryen hace 4 años
padre
commit
900f776576
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/viewer/ui/strucmotif.tsx

+ 1 - 1
src/viewer/ui/strucmotif.tsx

@@ -149,7 +149,7 @@ class SubmitControls extends PurePluginUIComponent<{}, { isBusy: boolean, residu
                     data: pdbId.values().next().value as string,
                     residue_ids: residueIds
                 },
-                score_cutoff: 5,
+                score_cutoff: 0,
                 exchanges: exchanges
             }
         };