Skip to content

Commit

Permalink
Bug fix: CollectGridssMetricsAndExtractSVReads was not passing INCLUD…
Browse files Browse the repository at this point in the history
…E_DUPLICATES command line parameter to ExtractSVReads
  • Loading branch information
d-cameron committed Oct 11, 2018
1 parent a4994e8 commit 6585ec2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ protected ExtractSVReads getExtractSVReads() {
extract.READ_PAIR_CONCORDANT_PERCENT = READ_PAIR_CONCORDANT_PERCENT;
extract.INSERT_SIZE_METRICS = INSERT_SIZE_METRICS;
extract.UNMAPPED_READS = UNMAPPED_READS;
extract.INCLUDE_DUPLICATES = INCLUDE_DUPLICATES;
extract.METRICS_OUTPUT = METRICS_OUTPUT;
extract.OUTPUT = SV_OUTPUT;
extract.INPUT = this.INPUT;
Expand Down

0 comments on commit 6585ec2

Please sign in to comment.