Skip to content

Commit

Permalink
Add ability to use multi_segment_all_aligned in addition to multi_seg…
Browse files Browse the repository at this point in the history
…ment_all_correctly_aligned
  • Loading branch information
cmdcolin committed Oct 27, 2018
1 parent 6555fc5 commit fb95569
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/JBrowse/Store/SeqFeature/CRAM.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class CramSlightlyLazyFeature {
_get_supplementary_alignment() { return this.record.isSupplementary()}
_get_multi_segment_template() { return this.record.isPaired()}
_get_multi_segment_all_correctly_aligned() { return this.record.isProperlyPaired()}
_get_multi_segment_all_aligned() { return this.record.isProperlyPaired()}
_get_multi_segment_next_segment_unmapped() { return this.record.isMateUnmapped()}
_get_multi_segment_first() { return this.record.isRead1()}
_get_multi_segment_last() { return this.record.isRead2()}
Expand Down

0 comments on commit fb95569

Please sign in to comment.