Better printing with toSimpleString() -- now prints out chip-genotype string
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1288 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
1843684cd2
commit
8588f75eb6
|
|
@ -110,7 +110,7 @@ public class rodGFF extends BasicReferenceOrderedDatum implements AllelicVariant
|
|||
}
|
||||
|
||||
public String toSimpleString() {
|
||||
return String.format("%s", feature);
|
||||
return String.format("chip-genotype: %s", feature);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue