Sfoglia il codice sorgente

new score_cutoff @ 0.0

JonStargaryen 4 anni fa
parent
commit
900f776576
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
             }
         };