Nextflow Modules
Showing module(s) with keyword "bcl2fastq"
| Module | Keywords | Description |
|---|---|---|
| nf-core/cellrangerarc/mkfastq | reference mkfastq fastq illumina bcl2fastq | Module to create fastqs needed by the 10x Genomics Cell Ranger Arc tool. Uses the cellranger-arc mkfastq command. |
| nf-core/cellrangeratac/mkfastq | reference mkfastq fastq illumina bcl2fastq | Module to create fastqs needed by the 10x Genomics Cell Ranger ATAC tool. Uses the cellranger-atac mkfastq command. |
| nf-core/cellranger/mkfastq | reference mkfastq fastq illumina bcl2fastq | Module to create FASTQs needed by the 10x Genomics Cell Ranger tool. Uses the cellranger mkfastq command. |
| nf-core/samplesheetparser/diff | illumina samplesheet diff comparison bclconvert bcl2fastq genomics | Compare two Illumina SampleSheet.csv files (any combination of V1 and V2) and emit a structured JSON diff covering header changes, added/removed samples, and per-sample field changes. Exits 0 if identical, 1 if differences are detected — useful as a CI pre-run guard. |
| nf-core/samplesheetparser/info | illumina samplesheet metadata bclconvert bcl2fastq genomics | Display a structured JSON summary of an Illumina SampleSheet.csv (V1 or V2) including format version, sample count, lanes, index type, read lengths, adapter sequences, experiment name, and instrument platform. Useful for logging run metadata or conditional branching in pipelines. |
| nf-core/samplesheetparser/validate | illumina samplesheet validation demultiplexing bclconvert bcl2fastq genomics | Validate an Illumina SampleSheet.csv (V1 or V2) for index, adapter, and structural issues. Format is auto-detected. Exits 0 if valid, 1 if errors are found — causing the pipeline to fail early with a clear message rather than discovering demultiplexing problems downstream. |
| nf-core/samshee | samplesheet illumina bclconvert bcl2fastq | Module to validate illumina® Sample Sheet v2 files. |