BCL2FASTQ2 Pipeline Errors
0
0
Entering edit mode
3.8 years ago
fouerghi20 ▴ 80

I am trying to run the bcl2fastq2 pipeline on my BCL files to convert them to FastQ files. When I do this with the latest version of the bcl2fastq2 module on my cluster (bcl2fastq2/2-20-0-foss-2016a), it creates the files according to the sample names in the sample sheet, however after doing this, the process stops because of a bunch of these errors happening in different threads

ERROR: Thread: 5 caught an exception first: Dynamic exception type: std::bad_alloc
std::exception::what: std::bad_alloc

This data has been previously worked on and this error did not occur (as far as I know), so I was wondering how I can about debugging this.

RNA-Seq FASTQ BCL Illumina • 1.3k views
ADD COMMENT
2
Entering edit mode

How much memory are you allocating for your job? I suggest you in crease that and try again. You may also want to reduce the number of worker (read/write) threads if you are assigning a lot of them.

ADD REPLY
0
Entering edit mode

How can I go about reducing the number of worker threads?

ADD REPLY
1
Entering edit mode

Change these options for your bcl2fastq command line :

-r [ --loading-threads ] arg (=4)               number of threads used for loading BCL data
-w [ --writing-threads ] arg (=4)               number of threads used for writing FASTQ data.
ADD REPLY

Login before adding your answer.

Traffic: 3790 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6