Skip to content

Commit 2cfe0df

Browse files
committed
chore: remove string from time property in cellranger count module
1 parent bf1a9df commit 2cfe0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/modules.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if(params.aligner == "cellranger") {
8282
mode: params.publish_dir_mode
8383
]
8484
ext.args = {"--chemistry ${meta.chemistry} --create-bam ${params.save_align_intermeds}" + " " + (meta.expected_cells ? "--expect-cells ${meta.expected_cells}" : '')}
85-
time = { 240.h * task.attempt, 'time' }
85+
time = { 240.h * task.attempt }
8686
}
8787
}
8888
}

0 commit comments

Comments
 (0)