bcl_to_fastq runs bcl2fastq with optional effects to the Sample Sheet and
concatenates reads across lanes into R1 and R2 by sample. By default,
Undetermined and reads across individual lanes are removed on success and
all reads are placed in BaseCalls directory.
Tested on bcl2fastq2 Conversion Software v2.17.1.14 and Python 2.7 and 3.5.
$ head demultiplexing_stats.csv
AAA003-K10,102570
AAA007-J07,72566
AAA240-I17,146605
AAA240-J05,197833
etc...
Fastq files (<sample>_R?.fastq.gz) are available in
RunFolder/Data/Intensities/BaseCalls along with a file named SAMPLES which
merely listed the sample IDs that were processed.
Help
$ bcl_to_fastq -h
Usage: bcl_to_fastq [OPTIONS]
Runs bcl2fastq2, creating fastqs and concatenating fastqs across lanes.
Original fastq files and Undetermined files are deleted.
Options:
--runfolder TEXT path to directory containing run data
[default: .]
--loading INTEGER number of threads used for loading BCL data
[default: 12]
--demultiplexing INTEGER number of threads used for demultiplexing
[default: 12]
--processing INTEGER number of threads used for processing
demultiplexed data [default: 24]
--writing INTEGER number of threads used for writing FASTQ data
[default: 12]
--barcode-mismatches INTEGER number of allowed mismatches per index
[default: 0]
--keep-tmp save fastqs across lanes as well as
Undetermined [default: False]
--reverse-complement reverse complement index 2 of the sample sheet
[default: False]
--no-wait process the run without checking its
completion status [default: False]
-h, --help Show this message and exit.
NextSeq .bcl Conversion
bcl_to_fastqruns bcl2fastq with optional effects to the Sample Sheet and concatenates reads across lanes into R1 and R2 by sample. By default, Undetermined and reads across individual lanes are removed on success and all reads are placed in BaseCalls directory.Tested on
bcl2fastq2Conversion Software v2.17.1.14 and Python 2.7 and 3.5.Running
Results
In the run folder, SampleSheet.csv.bak is a backup copy of the original SampleSheet.csv and is accompanied by:
bcl2fastq.log
demultiplexing_stats.csv
Fastq files (
<sample>_R?.fastq.gz) are available in RunFolder/Data/Intensities/BaseCalls along with a file named SAMPLES which merely listed the sample IDs that were processed.Help
Requires
Install