duh, don't print newline

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1280 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
ebanks 2009-07-20 03:04:27 +00:00
parent 1d2b545608
commit 54fce98056
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ public class rodFLT extends TabularROD implements SNPCallFromGenotypes {
sb.append(getRefSnpFWD() + "\t-1\t-1\t" + getAltBasesFWD());
for (int i=0; i < 12; i++)
sb.append("\t0");
sb.append("\n");
return sb.toString();
}