Details
-
Type: Bug
-
Status: Closed
-
Priority: Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.10.2
-
Component/s: analysis, awt-gui, gui, printing and export
-
Labels:None
-
Epic Link:
Description
In 2.10.1 if you compute a tree and output to textbox, the title says "...using PID" - regardless of the method used.
Code reads:
if (pwtype.equals("BL")) // not true even for BLOSUM62
{ buffer.append("BLOSUM62");
} else { buffer.append("PID"); }
This looks like a hangover from the applet where the same window gets a cryptic title e.g. "AV BL".
Can be corrected in the course of allowing additional score matrices.
Code reads:
if (pwtype.equals("BL")) // not true even for BLOSUM62
{ buffer.append("BLOSUM62");
} else { buffer.append("PID"); }
This looks like a hangover from the applet where the same window gets a cryptic title e.g. "AV BL".
Can be corrected in the course of allowing additional score matrices.
Attachments
Issue Links
- related with
-
JAL-2416 Load score matrices from file or resource file
- Closed