Skip to content

Commit

Permalink
Increased boot disk size for sum_fastq_size
Browse files Browse the repository at this point in the history
  • Loading branch information
martinaryee committed Jan 31, 2019
1 parent 64e8cbe commit fef7256
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
## FireCloud
### preprocess_hic

Snapshot ID 40
- Increased boot disk size for sum_fastq_size

Snapshot ID 39
- Fixed hicpro Dockerfile bug resulting in missing Hindiii resfrag files
- Increased disk size for sum_fastq_size task. TODO: replace with simpler docker image
- Use zcat -f for fastqs to allow compressed and/or uncompressed files
- Use zcat -f for fastqs to allow compressed and/or uncompressed files

Snapshot ID 38
- sparseHic task: increased memory from 60GB to 104GB and use a single core
Expand Down
2 changes: 1 addition & 1 deletion preprocess_hic.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ task sum_fastq_size {
}
runtime {
docker: "aryeelab/hicpro:latest"
disks: "local-disk 20 SSD"
bootDiskSizeGb: 20
}
output {
Int gb = read_int(stdout())
Expand Down

0 comments on commit fef7256

Please sign in to comment.