Skip to content

Commit aa95652

Browse files
mount points changed with GCP batch: mnt/disks/cromwell_root
1 parent 128e081 commit aa95652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wdl/tasks/VariantCalling/CCSPepper.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ task DV {
175175
}
176176

177177
String prefix = basename(bam, ".bam") + ".deepvariant"
178-
String output_root = "/cromwell_root/dv_output"
178+
String output_root = "/mnt/disks/cromwell_root/dv_output"
179179

180180
Int bam_sz = ceil(size(bam, "GB"))
181181
Boolean is_big_bam = bam_sz > 100

0 commit comments

Comments
 (0)