bcl2fastq-V2 How to skip some line
1
1
Entering edit mode
8.4 years ago
BioRyder ▴ 220

Hello All,

I have one eight lane HiSeq-4000 flow cell data.I want to demultiplex only lane 5,6,7,8 and skip other lanes.I made a sample sheet with only lane 5,6,7 & 8 and processed the bcl2fastq by the following command. But it generate lane 5,6,7 & 8 lane data along with Undetermined fastq file of lane 1,2,3 & 4.It is time more time & space consuming process.Please let me know that Is there any way to skip the unwanted line? So we can save time and space while doing bcl2fast.

Command Used:

bcl2fastq --input-dir 151112_K00155_0019_BH573GBBXX/Data/Intensities/BaseCalls/ --runfolder-dir 151112_K00155_0019_BH573GBBXX/ --sample-sheet Samplesheet.csv --output-dir unaligned --use-bases-mask Y*,I8n,Y* --barcode-mismatches 1 -l DEBUG &
bcl2fastq • 6.1k views
ADD COMMENT
2
Entering edit mode

Hello Devon / h.mon

--tiles s_[5-8] worked fine.Thank you so much for the help

ADD REPLY
0
Entering edit mode

If we need only 4 & 6 lane, then what will be the option. I have tried with --tiles s_[4,6]. But it return error. Please can you suggest me?

ADD REPLY
0
Entering edit mode

I got the answer. It worked with --tiles s_[46]

ADD REPLY
4
Entering edit mode
8.4 years ago
h.mon 35k

Are you using bcl2fastq2? If so, I think you could use the --tiles parameter:

--tiles s_[5-8]

edit: I've updated my answer according to Devon Ryan comment bellow, previously it was --tiles s[5-8]

ADD COMMENT
2
Entering edit mode

I think it's --tiles s_[5-8], but my thoughts exactly.

ADD REPLY
0
Entering edit mode

iIf we need only 4 & 6 lane, then what will be the option. I have tried with --tiles s_[4,6]. But it return error. Please can you suggest me?

ADD REPLY

Login before adding your answer.

Traffic: 1780 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