Skip to content

Commit

Permalink
TagPcrSummary: flip default to exclude SA tag when parsing, unless sp…
Browse files Browse the repository at this point in the history
…ecified
  • Loading branch information
bbimber committed Nov 7, 2020
1 parent f5c5c64 commit ce87a07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public class TagPcrSummary extends GATKTool {
public String insertType = null;

@Argument(doc="If provided, this tool will inspect reads for supplemental alignments (SA tag) and parse these as well", fullName = "include-sa", shortName = "sa", optional = true)
public boolean includeSupplementalAlignments = true;
public boolean includeSupplementalAlignments = false;

@Override
public boolean requiresReference() {
Expand Down

0 comments on commit ce87a07

Please # to comment.