Skip to content

Commit

Permalink
chore: add additional disk buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
adthrasher committed Feb 7, 2025
1 parent 891cdd7 commit 6953336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/picard.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ task fastq_to_sam {
}

Float fastq_size = size(read_one_fastq_gz, "GiB") + size(read_two_fastq_gz, "GiB")
Int disk_size_gb = ceil(fastq_size * 2) + 10 + modify_disk_size_gb
Int disk_size_gb = ceil(fastq_size * 2) + 20 + modify_disk_size_gb
Int java_heap_size = ceil(memory_gb * 0.9)

command <<<
Expand Down

0 comments on commit 6953336

Please sign in to comment.