We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1666b34 commit e14bb8cCopy full SHA for e14bb8c
tasks/skylab/StarAlign.wdl
@@ -234,7 +234,7 @@ task STARsoloFastq {
234
Int cpu = 16
235
Int disk = 5000
236
Int limitBAMsortRAM = 30
237
- Int outBAMsortingBinsN = ((input_size + 50) / 100 * 100 + 100))
+ Int outBAMsortingBinsN = (input_size + 50) / 100 * 100 + 100
238
Int machine_mem_mb = 100 # not used in runtime -- need to remove
239
240
# by default request non preemptible machine to make sure the slow star alignment step completes
0 commit comments