Jalview.main(args);
try
{
- // sleep for slow build server to open viewer window
- Thread.sleep(2500);
+ // sleep for slow build server to open annotations and viewer windows
+ Thread.sleep(seqNum * 100 + annNum * 200 + viewerNum * 1500);
} catch (InterruptedException e)
{
e.printStackTrace();
int dcount = 0;
for (AlignmentAnnotation aa : aas)
{
- System.err.println("##### DIAGNOSIS: annotation " + dcount
+ System.err.println("##### DIAGNOSIS: annotation " + ++dcount
+ " is labelled '" + aa.label + "'");
if (aa.visible)
visibleAnn++;