Skip to content

Commit

Permalink
Adding space after memory before GB
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahR-Y authored May 10, 2024
1 parent 6234c43 commit cc49361
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NeoVax/NeoVax_PackageData/NeoVax_PackageData.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ task absolute_extract{
docker: docker
preemptible: 1
disks: "local-disk ~{diskGB} HDD"
memory: "~{memory}GB"
memory: "~{memory} GB"
maxRetries: 1
}

Expand Down Expand Up @@ -127,7 +127,7 @@ task pre_variant_review{
docker: docker
preemptible: 1
disks: "local-disk ~{diskGB} HDD"
memory: "~{memory}GB"
memory: "~{memory} GB"
maxRetries: 1
}

Expand Down Expand Up @@ -206,4 +206,4 @@ task extract_plots_task {
File quality_by_cycle_plot = "~{output_basename}.quality_by_cycle.pdf"
File quality_distribution_plot = "~{output_basename}.quality_distribution.pdf"
}
}
}

0 comments on commit cc49361

Please sign in to comment.