Skip to content

Commit

Permalink
Deprecate FixBAMFile.java (#947)
Browse files Browse the repository at this point in the history
this tool is untested and undocumented and will be removed in a future release
  • Loading branch information
magicDGS authored and lbergelson committed Aug 18, 2017
1 parent d5af563 commit dcff7f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/htsjdk/samtools/FixBAMFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@

import java.io.File;

/**
* @deprecated since 07/2017. This tool is undocumented and untested.
*/
@Deprecated
public class FixBAMFile {
public static void main(String[] args) {
File inputFile = new File(args[0]);
Expand Down

0 comments on commit dcff7f5

Please sign in to comment.