/**
* Parameterise the analysis model using the current view
* @param view
- * @return true if model is applicable and calculation should procede
+ * @return true if model is applicable and calculation should proceed
*/
boolean configureFromAlignmentView(AlignmentViewPanel view);
sr.renderGaps = false;
sr.forOverview = true;
fr = new FeatureRenderer(ap);
-
+
// scale the initial size of overviewpanel to shape of alignment
float initialScale = (float) av.getAlignment().getWidth()
/ (float) av.getAlignment().getHeight();