Skip to content

Commit

Permalink
minor changes to disk size input
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaning1120 committed Mar 1, 2024
1 parent 0feeada commit 97bcfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CODEC/SingleSampleCODEC.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ task AlignRawTrimmed {
File reference_sa
Int mem = 16
Int? extra_disk
Int disk_size = ceil(size(bam_input, "GB") * 8) + select_first([extra_disk, 0])
Int disk_size = ceil(size(bam_input, "GB") * 20) + select_first([extra_disk, 0])
String sample_id
Int split
}
Expand Down

0 comments on commit 97bcfef

Please sign in to comment.