Skip to content

Commit

Permalink
using a slightly better annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesemery committed May 18, 2018
1 parent 204e1f6 commit 67bb3b0
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
package org.broadinstitute.hellbender.utils.read.markduplicates;

import htsjdk.samtools.SAMRecord;
import htsjdk.samtools.metrics.MetricBase;
import htsjdk.samtools.util.Histogram;
import org.broadinstitute.hellbender.utils.Utils;
import org.broadinstitute.hellbender.utils.read.GATKRead;
import org.broadinstitute.hellbender.utils.read.ReadUtils;
import picard.sam.DuplicationMetrics;
Expand All @@ -15,7 +12,7 @@
* within a stream of SAMRecords.
*/
public final class GATKDuplicationMetrics extends DuplicationMetrics implements Serializable {
@MergeByAssertEquals //Currently picard requires all fields to be annotated.
@NoMergingKeepsValue //Currently picard requires all fields to be annotated.
private static final long serialVersionUID = 1L;

public GATKDuplicationMetrics copy() {
Expand Down

0 comments on commit 67bb3b0

Please sign in to comment.