JAL-3466 higher ‘crummy alignment’ threshold when deciding to create an identity...
authorJames Procter <j.procter@dundee.ac.uk>
Thu, 11 Jan 2024 15:30:35 +0000 (15:30 +0000)
committerJames Procter <j.procter@dundee.ac.uk>
Thu, 11 Jan 2024 15:30:35 +0000 (15:30 +0000)
src/jalview/structure/StructureSelectionManager.java

index 6761cc3..9906582 100644 (file)
@@ -673,7 +673,7 @@ public class StructureSelectionManager
         // Not doing SIFTS, or SIFTS failed for some reason.
         
         // first check if we should use an identity mapping
-        if (idLengthChain != null && maxAlignseq.getS2Coverage() < 0.5)
+        if (idLengthChain != null && maxAlignseq.getS2Coverage() < 0.75)
         {
           Console.info(
                   "Assuming 3Dsi identity mapping between structure and sequence");