Skip to content

Commit

Permalink
Increased boot disk size for tasks that use aryeelab/hicpro
Browse files Browse the repository at this point in the history
  • Loading branch information
martinaryee committed Feb 1, 2019
1 parent fef7256 commit 02ab26c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## FireCloud
### preprocess_hic

Snapshot ID 41
- Increased boot disk size for tasks that use aryeelab/hicpro

Snapshot ID 40
- Increased boot disk size for sum_fastq_size

Expand Down
6 changes: 6 additions & 0 deletions preprocess_hic.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ task hicpro_align {
runtime {
continueOnReturnCode: false
docker: "aryeelab/hicpro:latest"
bootDiskSizeGb: 20
cpu: cpu
memory: memory
disks: "local-disk 40 SSD"
Expand Down Expand Up @@ -255,6 +256,7 @@ task hicpro_merge {
runtime {
continueOnReturnCode: false
docker: "aryeelab/hicpro:latest"
bootDiskSizeGb: 20
cpu: 4
disks: "local-disk " + disk_gb + " SSD"
}
Expand Down Expand Up @@ -284,6 +286,7 @@ task cis_long_range_percent {

runtime {
docker: "aryeelab/hicpro:latest"
bootDiskSizeGb: 20
}

output {
Expand Down Expand Up @@ -334,6 +337,7 @@ task hicpro_contact_matrices {
runtime {
continueOnReturnCode: false
docker: "aryeelab/hicpro:latest"
bootDiskSizeGb: 20
memory: "15GB"
disks: "local-disk " + disk_gb + " SSD"
}
Expand Down Expand Up @@ -362,6 +366,7 @@ task juicebox_hic {
runtime {
continueOnReturnCode: false
docker: "aryeelab/hicpro:latest"
bootDiskSizeGb: 20
memory: "60GB"
disks: "local-disk " + disk_gb + " SSD"
}
Expand Down Expand Up @@ -391,6 +396,7 @@ task sparseHic {
runtime {
continueOnReturnCode: false
docker: "aryeelab/hicpro:latest"
bootDiskSizeGb: 20
cpu: 1
memory: "104GB"
disks: "local-disk " + disk_gb + " SSD"
Expand Down

0 comments on commit 02ab26c

Please sign in to comment.