Skip to content

Commit

Permalink
Remove check_max function in cellranger_count block
Browse files Browse the repository at this point in the history
Co-authored-by: Gregor Sturm <[email protected]>
  • Loading branch information
kopichris and grst authored Nov 6, 2024
1 parent 2a89724 commit bf1a9df
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 = { check_max( 240.h * task.attempt, 'time' ) }
time = { 240.h * task.attempt, 'time' }
}
}
}
Expand Down

0 comments on commit bf1a9df

Please sign in to comment.