Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #561 from calbach/improper-placement
Browse files Browse the repository at this point in the history
Invert the semantics for properPlacement to improperPlacement
  • Loading branch information
calbach committed Mar 2, 2016
2 parents bf36f08 + bc94beb commit 0d50597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/avro/reads.avdl
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ record ReadAlignment {

/**
The orientation and the distance between reads from the fragment are
consistent with the sequencing protocol (equivalent to SAM flag 0x2)
inconsistent with the sequencing protocol (inverse of SAM flag 0x2)
*/
union { null, boolean } properPlacement = null;
union { null, boolean } improperPlacement = null;

/** The fragment is a PCR or optical duplicate (SAM flag 0x400). */
union { null, boolean } duplicateFragment = null;
Expand Down

0 comments on commit 0d50597

Please sign in to comment.