nf-core/bclconvert @ 0.0.0-3fc6d40
Updating the docker container and making a new module release
bcl-convert is a commercial tool from Illumina. The container provided for the bcl-convert nf-core module is not provided nor supported by Illumina. Updating the bcl-convert versions in the container and pushing the update to Dockerhub needs to be done manually.
-
Navigate to the appropriate download page. - BCL Convert: find and download the latest version of bcl-convert RPM package.
-
Update the
BCL_VERSIONin theDockerfile -
Create and test the container:
docker build . -t quay.io/nf-core/bclconvert:<VERSION> -
Access rights are needed to push the container to the Dockerhub nf-core organization, please ask a core team member to do so.
docker push quay.io/nf-core/bclconvert:<VERSION>
Name
|
BCLCONVERT |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
samplesheet
file
|
Input samplesheet *.{csv}
|
run_dir
file
|
Input run directory containing RunInfo.xml and BCL data Could be a directory or a tar of the directory |
logs
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
output/Logs
file
|
Demultiplexing Logs Logs
|
fastq
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
output/**_S[1-9]*_R?_00?.fastq.gz
file
|
Demultiplexed sample FASTQ files **_S*_L00?_R?_00?.fastq.gz
|
interop
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
output/InterOp/*.bin
file
|
Interop files InterOp/*.bin
|
reports
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
output/Reports
file
|
Demultiplexing Reports Reports
|
fastq_idx
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
output/**_S[1-9]*_I?_00?.fastq.gz
file
|
Optional demultiplexed index FASTQ files **_S*_L00?_I?_00?.fastq.gz
|
undetermined
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
output/**Undetermined_S0*_R?_00?.fastq.gz
file
|
Optional undetermined sample FASTQ files Undetermined_S0_L00?_R?_00?.fastq.gz
|
undetermined_idx
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
output/**Undetermined_S0*_I?_00?.fastq.gz
file
|
Optional undetermined index FASTQ files Undetermined_S0_L00?_I?_00?.fastq.gz
|
versions_bclconvert
tuple
${task.process}
string
|
The name of the process |
|---|---|
bclconvert
string
|
The name of the tool |
bcl-convert -V 2>&1 | head -n 1 | sed 's/^.*Version //'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| bclconvert | Demultiplex Illumina BCL files | https://support.illumina.com/sequencing/sequencing_software/bcl-convert.html |
| Version | 0.0.0-3fc6d40 |
|---|---|
| Commit ID | 3fc6d40d163d89ae44d40a00b9017d5a9df5170e |
| Release Date | 22 Apr 2026 15:03:25 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fbclconvert/0.0.0-3fc6d40/download |