Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 2.10.2
-
Fix Version/s: None
-
Component/s: analysis
-
Labels:None
Description
Found while testing JAL-2377 (develop branch). Create an alignment with 525 sequences by repeatedly copying uniref.fa (attached as bigal.fa). Select all and run PCA. Jalview logs an exception:
java.lang.Exception: Too many iterations in tqli (max is 45)
at jalview.math.Matrix.tqli(Matrix.java:421)
at jalview.analysis.PCA.run(PCA.java:303)
at jalview.viewmodel.PCAModel.run(PCAModel.java:76)
at jalview.gui.PCAPanel.run(PCAPanel.java:224)
at java.lang.Thread.run(Thread.java:745)
java.lang.Exception: Too many iterations in tqli (max is 45)
at jalview.math.Matrix.tqli(Matrix.java:421)
at jalview.analysis.PCA.run(PCA.java:303)
at jalview.viewmodel.PCAModel.run(PCAModel.java:76)
at jalview.gui.PCAPanel.run(PCAPanel.java:224)
at java.lang.Thread.run(Thread.java:745)
Attachments
Issue Links
- related with
-
JAL-1454 Jalview crashes when selecting PCA analysis
- Resolved