bcl to fastq convert for only two lane
1
0
Entering edit mode
8.4 years ago
BioRyder ▴ 220

Hello,

I want to convert bcl to fastq for 4 & 6 lane only by using bcl2fastq. I have tried to use --tiles s_[4,6], but it returns error. Please someone can tell me how to use --tiles option extract fast only for 4 and 6 lane.

bcl2Fastq • 2.7k views
ADD COMMENT
2
Entering edit mode
8.4 years ago

--tiles option takes a comma-separated list of regular expressions to match against the expected "s_<lane>_<tile>" pattern, where <lane> is the lane number (1-8) and <tile> is the 4 digit tile number (left-padded with 0s).

so you need something like:

--tiles s_[46]_[0-9][0-9][0-9][0-9]
ADD COMMENT
0
Entering edit mode

It worked. I used --tiles s_[46].Thank you so much

ADD REPLY

Login before adding your answer.

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