Skip to content

Commit 71f6aad

Browse files
committed
skip chrM in this new scheme
1 parent 858bb6e commit 71f6aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wdl/deprecated/tasks/PEPPER-MARGIN-DeepVariant.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ workflow Run {
4545
}
4646

4747
scatter (triplet in how_to_shard_wg_for_calling) {
48-
if (triplet.left != "alts") {
48+
if (triplet.left != "alts" && triplet.left != "chrM") {
4949
call ONTPepper.Pepper {
5050
input:
5151
bam = triplet.right.left,

0 commit comments

Comments
 (0)