Skip to content

Commit a74db15

Browse files
committed
new Batch/Terra mounting root
1 parent 377aebf commit a74db15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wdl/deprecated/tasks/ONTPepper.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ task Pepper {
5454
Int minimal_disk = 100
5555
Int disk_size = if inflation_factor * bam_sz > minimal_disk then inflation_factor * bam_sz else minimal_disk
5656

57-
String output_root = "/cromwell_root/pepper_output"
57+
String output_root = "/mnt/disks/cromwell_root/pepper_output"
5858

5959
String prefix = basename(bam, ".bam") + ".deepvariant_pepper"
6060

0 commit comments

Comments
 (0)