}
}
}
- AlignmentAnnotation annotrow = new AlignmentAnnotation("SDPpred","SDP calculation results",annot);
+ AlignmentAnnotation annotrow = new AlignmentAnnotation("SDPpred","SDP calculation results for groups using displayed sequence logos for each group",annot);
annotrow.setCalcId("SDPPRED");
return [annotrow];
}
] as AnnotationProviderI
+def alf = Jalview.getCurrentAlignFrame()
+alf.viewport.setShowGroupConsensus(true)
+alf.viewport.setShowSequenceLogo(true)
+alf.applyAutoAnnotationSettings.setState(true)
+alf.alignPanel.updateAnnotation(true)
/*
* and register the counter
*/
-AlignmentAnnotationFactory.newCalculator(sdppredCounter)
+AlignmentAnnotationFactory.newCalculator(sdppredCounter)
\ No newline at end of file