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:
parent
1d2b545608
commit
54fce98056
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue