Skip to content

Commit

Permalink
Merge pull request #173 from samtools/lb_remove_unsupported_setter
Browse files Browse the repository at this point in the history
removing SAMRecord.setAlignmentEnd()
  • Loading branch information
mattsooknah committed Feb 23, 2015
2 parents dcc7c20 + a0e092e commit 9415d14
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/java/htsjdk/samtools/SAMRecord.java
Original file line number Diff line number Diff line change
Expand Up @@ -513,13 +513,6 @@ public int getReferencePositionAtReadPosition(final int offset) {
return 0; // offset not located in an alignment block
}

/**
* Unsupported. This property is derived from alignment start and CIGAR.
*/
public void setAlignmentEnd(final int value) {
throw new UnsupportedOperationException("Not supported: setAlignmentEnd");
}

/**
* @return 1-based inclusive leftmost position of the clipped mate sequence, or 0 if there is no position.
*/
Expand Down

0 comments on commit 9415d14

Please sign in to comment.