X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FPileUpfile.java;fp=src%2Fjalview%2Fio%2FPileUpfile.java;h=3fffab3dc2214502cbc32414bbd6d09b40add91b;hb=28787d9646cca5dd77190930f59b7ff32cf995b4;hp=4fb4ee7f5daade4fee0b5b2929bcca9ba81905af;hpb=cc407171f5746de69ca1d4af653984d778affeb9;p=jalview.git diff --git a/src/jalview/io/PileUpfile.java b/src/jalview/io/PileUpfile.java index 4fb4ee7..3fffab3 100755 --- a/src/jalview/io/PileUpfile.java +++ b/src/jalview/io/PileUpfile.java @@ -1,13 +1,13 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7) - * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8) + * Copyright (C) 2012 J Procter, AM Waterhouse, LM Lui, J Engelhardt, G Barton, M Clamp, S Searle * * This file is part of Jalview. * * Jalview is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * + * * Jalview is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty * of MERCHANTABILITY or FITNESS FOR A PARTICULAR @@ -99,7 +99,7 @@ public class PileUpfile extends MSFfile StringBuffer out = new StringBuffer("PileUp"); out.append(newline); out.append(newline); - + int max = 0; int maxid = 0; @@ -114,8 +114,7 @@ public class PileUpfile extends MSFfile } out.append(" MSF: " + s[0].getSequence().length - + " Type: P Check: " + bigChecksum % 10000 - + " .."); + + " Type: P Check: " + bigChecksum % 10000 + " .."); out.append(newline); out.append(newline); out.append(newline); @@ -147,8 +146,11 @@ public class PileUpfile extends MSFfile } maxid++; - out.append(newline);out.append(newline);out.append("//"); - out.append(newline);out.append(newline); + out.append(newline); + out.append(newline); + out.append("//"); + out.append(newline); + out.append(newline); int len = 50;