diff --git a/src/main/resources/avro/bdg.avdl b/src/main/resources/avro/bdg.avdl index 1bc80c8..28e28e3 100644 --- a/src/main/resources/avro/bdg.avdl +++ b/src/main/resources/avro/bdg.avdl @@ -204,9 +204,9 @@ record ReadGroup { } /** - Alignment record. + Alignment. */ -record AlignmentRecord { +record Alignment { /** The reference for this alignment. If the read is unaligned, this @@ -475,7 +475,7 @@ record Fragment { /** Reads from this fragment. */ - array alignments = []; + array alignments = []; } /**