2022-04-21 13:39:22 +00:00
|
|
|
name: "bclconvert"
|
|
|
|
description: Demultiplex Illumina BCL files
|
|
|
|
keywords:
|
|
|
|
- demultiplex
|
|
|
|
- illumina
|
|
|
|
- fastq
|
|
|
|
tools:
|
|
|
|
- "bclconvert":
|
|
|
|
description: "Demultiplex Illumina BCL files"
|
|
|
|
homepage: "https://support.illumina.com/sequencing/sequencing_software/bcl-convert.html"
|
|
|
|
documentation: "https://support-docs.illumina.com/SW/BCL_Convert/Content/SW/FrontPages/BCL_Convert.htm"
|
|
|
|
licence: "ILLUMINA"
|
|
|
|
|
|
|
|
input:
|
2022-06-16 13:03:13 +00:00
|
|
|
- meta:
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
2022-04-21 13:39:22 +00:00
|
|
|
- samplesheet:
|
|
|
|
type: file
|
|
|
|
description: "Input samplesheet"
|
|
|
|
pattern: "*.{csv}"
|
|
|
|
- run_dir:
|
|
|
|
type: directory
|
|
|
|
description: "Input run directory containing RunInfo.xml and BCL data"
|
|
|
|
|
|
|
|
output:
|
|
|
|
- versions:
|
|
|
|
type: file
|
|
|
|
description: File containing software versions
|
|
|
|
pattern: "versions.yml"
|
|
|
|
- fastq:
|
|
|
|
type: file
|
2022-06-16 13:03:13 +00:00
|
|
|
description: Demultiplexed sample FASTQ files
|
|
|
|
pattern: "**_S*_L00?_R?_00?.fastq.gz"
|
|
|
|
- fastq_idx:
|
|
|
|
type: file
|
|
|
|
description: Optional demultiplexed index FASTQ files
|
|
|
|
pattern: "**_S*_L00?_I?_00?.fastq.gz"
|
|
|
|
- undetermined:
|
|
|
|
type: file
|
|
|
|
description: Undetermined sample FASTQ files
|
|
|
|
pattern: "Undetermined_S0_L00?_R?_00?.fastq.gz"
|
|
|
|
- undetermined_idx:
|
|
|
|
type: file
|
|
|
|
description: Optional undetermined index FASTQ files
|
|
|
|
pattern: "Undetermined_S0_L00?_I?_00?.fastq.gz"
|
2022-04-21 13:39:22 +00:00
|
|
|
- reports:
|
|
|
|
type: file
|
|
|
|
description: Demultiplexing Reports
|
|
|
|
pattern: "Reports/*.{csv,xml}"
|
|
|
|
- logs:
|
|
|
|
type: file
|
|
|
|
description: Log files
|
|
|
|
pattern: "Logs/*.{log,txt}"
|
|
|
|
- interop:
|
|
|
|
type: file
|
|
|
|
description: Interop files
|
2022-06-16 13:03:13 +00:00
|
|
|
pattern: "*.{bin}"
|
2022-04-21 13:39:22 +00:00
|
|
|
authors:
|
|
|
|
- "@matthdsm"
|