Skip to content

Commit

Permalink
Corrected line add to test docker image publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
kjaisingh committed Sep 26, 2024
1 parent be4f722 commit ad609e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdl/MainVcfQc.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ workflow MainVcfQc {
}
}
# Merge all VID lists into single output directory and tar it
call TarShardVidLists {
input:
Expand Down Expand Up @@ -374,6 +373,7 @@ task PlotQcVcfWide {
}
}


# Task to merge VID lists across shards
task TarShardVidLists {
input {
Expand Down

0 comments on commit ad609e1

Please sign in to comment.