ソースを参照

new score_cutoff @ 0.0

JonStargaryen 4 年 前
コミット
900f776576
1 ファイル変更1 行追加1 行削除
  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
             }
         };