Skip to content

Commit

Permalink
fixing mistake in documentation of RevertSam (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
kachulis authored and Yossi Farjoun committed Oct 13, 2018
1 parent 0609cef commit 1329b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/picard/sam/RevertSam.java
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public String getHelpDoc() {
@Argument(shortName = StandardOptionDefinitions.USE_ORIGINAL_QUALITIES_SHORT_NAME, doc = "True to restore original qualities from the OQ field to the QUAL field if available.")
public boolean RESTORE_ORIGINAL_QUALITIES = true;

@Argument(doc = "Remove duplicate read flags from all reads. Note that if this is true and REMOVE_ALIGNMENT_INFORMATION==false, " +
@Argument(doc = "Remove duplicate read flags from all reads. Note that if this is false and REMOVE_ALIGNMENT_INFORMATION==true, " +
" the output may have the unusual but sometimes desirable trait of having unmapped reads that are marked as duplicates.")
public boolean REMOVE_DUPLICATE_INFORMATION = true;

Expand Down

0 comments on commit 1329b5c

Please sign in to comment.