Browse Source

new score_cutoff @ 0.0

JonStargaryen 4 năm trước cách đây
mục cha
commit
900f776576
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
             }
         };