Skip to content

Commit

Permalink
Added INV to dragen metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
kjaisingh committed Jan 13, 2025
1 parent 395d519 commit 416d459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdl/ClusterBatchMetrics.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ workflow ClusterBatchMetrics {
baseline_vcf = baseline_dragen_vcf,
samples = select_first([samples, GetSampleIdsFromVcf.out_array]),
prefix = "dragen_clustered",
types = "DEL,DUP,INS,BND",
types = "DEL,DUP,INS,INV,BND",
contig_list = contig_list,
sv_pipeline_docker = sv_pipeline_docker,
runtime_attr_override = runtime_attr_dragen_metrics
Expand Down

0 comments on commit 416d459

Please sign in to comment.