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 #499 from calbach/drop-fragment
Browse files Browse the repository at this point in the history
Revert "Added Fragment to Reads"
  • Loading branch information
jeromekelleher committed Dec 2, 2015
2 parents 25d2885 + 83e2812 commit 50271e3
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/main/resources/avro/reads.avdl
Original file line number Diff line number Diff line change
Expand Up @@ -153,18 +153,6 @@ record LinearAlignment {
array<CigarUnit> cigar = [];
}

/**
A fragment represents a contiguous stretch of a DNA or RNA molecule. Reads can
be associated with a fragment to specify they derive from the same molecule.
TODO: this Fragment object is essentially unused, and may be removed in a future PR.
*/
record Fragment {

/** The fragment ID. */
string id;

}

/**
Each read alignment describes an alignment with additional information
about the fragment and the read. A read alignment object is equivalent to a
Expand All @@ -190,12 +178,6 @@ record ReadAlignment {

// fragment attributes

/**
The fragment ID that this ReadAlignment belongs to.
TODO: this is the only reference to the Fragment object, which may be removed in a future PR.
*/
string fragmentId;

/** The fragment name. Equivalent to QNAME (query template name) in SAM. */
string fragmentName;

Expand Down

0 comments on commit 50271e3

Please sign in to comment.