Skip to content

Commit e14bb8c

Browse files
committed
fix
1 parent 1666b34 commit e14bb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/skylab/StarAlign.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ task STARsoloFastq {
234234
Int cpu = 16
235235
Int disk = 5000
236236
Int limitBAMsortRAM = 30
237-
Int outBAMsortingBinsN = ((input_size + 50) / 100 * 100 + 100))
237+
Int outBAMsortingBinsN = (input_size + 50) / 100 * 100 + 100
238238
Int machine_mem_mb = 100 # not used in runtime -- need to remove
239239
240240
# by default request non preemptible machine to make sure the slow star alignment step completes

0 commit comments

Comments
 (0)