Skip to content

Commit

Permalink
Merge 38359ee into 7628887
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Sep 27, 2019
2 parents 7628887 + 38359ee commit 4fec1f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/avro/bdg.avdl
Expand Up @@ -204,9 +204,9 @@ record ReadGroup {
}

/**
Alignment record.
Alignment.
*/
record AlignmentRecord {
record Alignment {

/**
The reference for this alignment. If the read is unaligned, this
Expand Down Expand Up @@ -475,7 +475,7 @@ record Fragment {
/**
Reads from this fragment.
*/
array<AlignmentRecord> alignments = [];
array<Alignment> alignments = [];
}

/**
Expand Down

0 comments on commit 4fec1f7

Please sign in to comment.