Skip to content

Commit

Permalink
chore: remove string from time property in cellranger count module
Browse files Browse the repository at this point in the history
  • Loading branch information
kopichris committed Nov 8, 2024
1 parent bf1a9df commit 2cfe0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if(params.aligner == "cellranger") {
mode: params.publish_dir_mode
]
ext.args = {"--chemistry ${meta.chemistry} --create-bam ${params.save_align_intermeds}" + " " + (meta.expected_cells ? "--expect-cells ${meta.expected_cells}" : '')}
time = { 240.h * task.attempt, 'time' }
time = { 240.h * task.attempt }
}
}
}
Expand Down

0 comments on commit 2cfe0df

Please sign in to comment.