Output the correct geli text format
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1208 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
99631cdaa1
commit
3519323156
|
|
@ -67,8 +67,9 @@ public class rodVariants extends BasicReferenceOrderedDatum {
|
|||
}
|
||||
|
||||
public String toString() {
|
||||
return String.format("%s %c %d %d %s %4.4f %4.4f %f %f %f %f %f %f %f %f %f %f",
|
||||
loc,
|
||||
return String.format("%s\t%d\t%c\t%d\t%d\t%s\t%4.4f\t%4.4f\t%f\t%f\t%f\t%f\t%f\t%f\t%f\t%f\t%f\t%f",
|
||||
loc.getContig(),
|
||||
loc.getStart(),
|
||||
refBase,
|
||||
depth,
|
||||
maxMappingQuality,
|
||||
|
|
|
|||
Loading…
Reference in New Issue