Skip to content

Commit

Permalink
removing SAMRecord.setAlignmentEnd
Browse files Browse the repository at this point in the history
it throws unsupported operation exception
  • Loading branch information
lbergelson committed Feb 19, 2015
1 parent e07b3b9 commit a0e092e
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 a0e092e

Please sign in to comment.