Skip to content

Commit

Permalink
Update RMDupper.java
Browse files Browse the repository at this point in the history
  • Loading branch information
apeltzer authored Sep 4, 2024
1 parent 3afad75 commit b7d3de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/RMDupper.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
* DeDup Tool for Duplicate Removal of short read duplicates in BAM/SAM Files.
*
* @author Alexander Peltzer
* @version 0.12.7
* @version 0.12.9
* @Date: 09/17/15
*/
public class RMDupper{
private static final String CLASS_NAME = "dedup";
private static final String VERSION = "0.12.8";
private static final String VERSION = "0.12.9";
private static boolean piped = true;

private final Boolean allReadsAsMerged;
Expand Down

0 comments on commit b7d3de5

Please sign in to comment.