Made enum listing header fields public.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1545 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
fd20f5c2e8
commit
f963cfcb21
|
|
@ -16,7 +16,7 @@ import java.util.Map;
|
||||||
*/
|
*/
|
||||||
public class VCFGenotypeRecord {
|
public class VCFGenotypeRecord {
|
||||||
// what kind of phasing this genotype has
|
// what kind of phasing this genotype has
|
||||||
enum PHASE {
|
public enum PHASE {
|
||||||
UNPHASED, PHASED, PHASED_SWITCH_PROB, UNKNOWN
|
UNPHASED, PHASED, PHASED_SWITCH_PROB, UNKNOWN
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue