Skip to content

Commit

Permalink
M2 emits DP format field (#5185)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbenjamin authored Sep 17, 2018
1 parent 4aac7a4 commit 0619f17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*
*/
@DocumentedFeature(groupName=HelpConstants.DOC_CAT_ANNOTATORS, groupSummary=HelpConstants.DOC_CAT_ANNOTATORS_SUMMARY, summary="Depth of informative coverage for each sample (DP)")
public final class DepthPerSampleHC extends GenotypeAnnotation implements StandardHCAnnotation {
public final class DepthPerSampleHC extends GenotypeAnnotation implements StandardHCAnnotation, StandardMutectAnnotation {
private final static Logger logger = LogManager.getLogger(DepthPerSampleHC.class);

@Override
Expand Down

0 comments on commit 0619f17

Please sign in to comment.