Skip to content

Commit e140d75

Browse files
remove parameter --bcl-num-parallel-tiles (#4496)
* remove parameter --bcl-num-parallel-tiles Remove parameter `--bcl-num-parallel-tiles` as it causes poor performance or run failures nf-core/demultiplex#156 * style: Remove environment.yml * style: Fix license --------- Co-authored-by: Edmund Miller <[email protected]>
1 parent 47ad5f5 commit e140d75

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

modules/nf-core/bclconvert/environment.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

modules/nf-core/bclconvert/main.nf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ process BCLCONVERT {
6060
$args \\
6161
--output-directory . \\
6262
--bcl-input-directory ${input_dir} \\
63-
--sample-sheet ${samplesheet} \\
64-
--bcl-num-parallel-tiles ${task.cpus}
63+
--sample-sheet ${samplesheet}
6564
6665
cp -r ${input_dir}/InterOp .
6766

modules/nf-core/bclconvert/meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tools:
99
description: "Demultiplex Illumina BCL files"
1010
homepage: "https://support.illumina.com/sequencing/sequencing_software/bcl-convert.html"
1111
documentation: "https://support-docs.illumina.com/SW/BCL_Convert/Content/SW/FrontPages/BCL_Convert.htm"
12-
licence: "ILLUMINA"
12+
licence: ["ILLUMINA"]
1313
input:
1414
- meta:
1515
type: map

0 commit comments

Comments
 (0)