Skip to content

Commit

Permalink
Revert the preemptible flag and bump the memory crazily. (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexwangcc authored Aug 8, 2019
1 parent 69e6b12 commit b98e88a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/tasks/SequenceDataWithMoleculeTagMetrics.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ task CalculateCellMetrics {

# runtime values
String docker = "quay.io/humancellatlas/secondary-analysis-sctools:v0.3.3"
Int machine_mem_mb = 3850
Int machine_mem_mb = 16000
Int cpu = 1
Int disk = ceil(size(bam_input, "Gi") * 2)
Int preemptible = 0
Int preemptible = 3

meta {
description: "Calculate cell metrics from the reads in bam_input."
Expand Down

0 comments on commit b98e88a

Please sign in to comment.