Fix typo.
[arvados.git] / crunch_scripts / GATK2-merge-call
index be204404fb9e8ed239c1934895713fea311b4b9a..6d175172e4e90fba5c29ba89afc1fda61b002c09 100755 (executable)
@@ -1,4 +1,7 @@
 #!/usr/bin/env python
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
 
 import os
 import re
@@ -200,7 +203,7 @@ arvados_gatk2.run(
         '-o', os.path.join(tmpdir, 'out.vcf'),
         '--dbsnp', os.path.join(bundle_dir, 'dbsnp_137.b37.vcf'),
         '-metrics', 'UniGenMetrics',
-        '-A', 'Coverage',
+        '-A', 'DepthOfCoverage',
         '-A', 'AlleleBalance',
         '-A', 'QualByDepth',
         '-A', 'HaplotypeScore',