editing lane number in number of fastq files
0
0
Entering edit mode
8.0 years ago
rob.costa1234 ▴ 310

I want to edit lane numbers in fastq files as core ran into different lanes, base space will not recognize different lane numbers. What may be the best strategy.

Thanks .

fastq • 2.4k views
ADD COMMENT
0
Entering edit mode

I assume you are referring to changing the numbers inside the file (and not just the file name)? That may not be advisable. There is a small chance that there will be a conflict between tile:X:Y coordinates for reads from two different lanes.
Why is base space not recognizing lane numbers (as long as they are in standard Illumina format).

ADD REPLY
0
Entering edit mode

You are right I want to change the FAstq file header s which are coming from different lanes. Base space is not recognizing cat different fastq files coming from different lanes so it was suggested by illumina to change the lane number to make them consistent otherwise basespace throws error that headers are not compatible.

ADD REPLY
0
Entering edit mode

You could do the following (select the fastq header from your file up to lane # (I am changing lane # from 2 to 8 in example below

sed 's/@EAS139:136:FC706VJ:2/@EAS139:136:FC706VJ:8/g' your_orig.fastq > changed.fastq

You may get an error about duplicate ID's in case the changed ID exists.

ADD REPLY

Login before adding your answer.

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