Skip to content

Commit

Permalink
Deprecate SQTagUtil (#1214)
Browse files Browse the repository at this point in the history
* SQTagUtil is untested and relates to a deprecated tag.  It is deprecated with no replacement.
  • Loading branch information
magicDGS authored and lbergelson committed Nov 14, 2018
1 parent 5b897e4 commit 6577c46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/htsjdk/samtools/SQTagUtil.java
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
* Utility methods for encoding and decoding the SQ tag value of SAMRecord.
*
* @author [email protected]
* @deprecated since 11/2018. SQ is a reserved tag that shouldn't be used and this code untested.
*/
@Deprecated
public class SQTagUtil {
/**
* The ordinals of these are stored in the high-order 2 bits of each byte of the SQ tag.
Expand Down

0 comments on commit 6577c46

Please sign in to comment.