Skip to content

Commit

Permalink
remove parameter --bcl-num-parallel-tiles
Browse files Browse the repository at this point in the history
Remove parameter `--bcl-num-parallel-tiles` as it causes poor performance or run failures

nf-core/demultiplex#156
  • Loading branch information
FelixKrueger authored Nov 29, 2023
1 parent 44096c0 commit 235e316
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/nf-core/bclconvert/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ process BCLCONVERT {
$args \\
--output-directory . \\
--bcl-input-directory ${input_dir} \\
--sample-sheet ${samplesheet} \\
--bcl-num-parallel-tiles ${task.cpus}
--sample-sheet ${samplesheet}
cp -r ${input_dir}/InterOp .
Expand Down

0 comments on commit 235e316

Please sign in to comment.