Closed heuermh closed 7 years ago
It is not possible use Strand.newBuilder()
Strand.newBuilder()
Cause: org.apache.avro.AvroRuntimeException: java.lang.NullPointerException at org.bdgenomics.formats.avro.Slice$Builder.build(Slice.java:737)
because the default value for strand is incorrect
- union { Strand, null } strand = "Independent"; + union { Strand, null } strand = "INDEPENDENT";
It is not possible use
Strand.newBuilder()
because the default value for strand is incorrect