Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akiezun committed Mar 18, 2015
1 parent 5f74f64 commit fa57764
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public void onTraversalStart() {
}

final Set<VCFHeaderLine> hInfo = new HashSet<>();
ApplyRecalibration.addVQSRStandardHeaderLines(hInfo);
hInfo.addAll(ApplyRecalibration.makeVQSRStandardHeaderLines());
recalWriter.writeHeader( new VCFHeader(hInfo) );

for( int i = 0; i < REPLICATE * 2; i++ ) {
Expand Down

0 comments on commit fa57764

Please sign in to comment.