X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fworkers%2FConservationThread.java;h=e71c4f58a60d1ca927d0829db7a7a5f9e6f286c5;hb=8c0955545a1a10062467e2d6dc7feb1e855655c0;hp=1075e4d16e2cade70706bdf56b329f25c4ea7b03;hpb=8fe8fc5ad87962f2cc74f4ab368b114b4c17859e;p=jalview.git diff --git a/src/jalview/workers/ConservationThread.java b/src/jalview/workers/ConservationThread.java index 1075e4d..e71c4f5 100644 --- a/src/jalview/workers/ConservationThread.java +++ b/src/jalview/workers/ConservationThread.java @@ -95,7 +95,6 @@ public class ConservationThread extends AlignCalcWorker try { cons = Conservation.calculateConservation("All", - jalview.schemes.ResidueProperties.propHash, 3, alignment.getSequences(), 0, alWidth - 1, false, ConsPercGaps, quality != null); } catch (IndexOutOfBoundsException x) @@ -108,7 +107,7 @@ public class ConservationThread extends AlignCalcWorker } catch (OutOfMemoryError error) { ap.raiseOOMWarning("calculating conservation", error); - calcMan.workerCannotRun(this); + calcMan.disableWorker(this); // alignViewport.conservation = null; // this.alignViewport.quality = null;