editing lane number in number of fastq files
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,891 views
•
link
written
by
rob.costa1234
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Same sequencing sample in multiple lanes. How to analyse it?
written by Federico •Hi, I have the following samples: **Lane 1**: - 184631_S1_L001_trimmed_R1.fastq - 184631_S1_L001_trimmed_R2.fastq **Lane 2**: - 184631_S1_L001_trimmed_R1.fastq - 184631_S1_L001_trimmed_R2.fastq I would like to align these fastq …
-
integrative multiomic data
written by rob.costa1234I have to integrate cancer patients cohort data - protein, mRNA, Methylation, mutation profile to identify genes associated with survival. What may be the best …
-
IF statement (in linux script) to merge Fastq files with similar (but not the same) names
written by endretoth •Dear All, I have a lot of paired-end sequences (R1 and R2) from a NG sequencing. However, each sample was run on a different lane …
-
combining fastq from different lanes
written by rob.costa1234I have fastq files as follows: Sample1-1_S13_R1_001.fastq Sample1-2_S14_R1_001.fastq Sample1-3_S15_R1_001.fastq Sample1-4_S16_R1_001.fastq Sample1-1_S13_R2_001.fastq Sample1-2_S14_R2_001.fastq Sample1-4_S16_R2_001.fastq Sample1-3_S15_R2_001.fastq I simply cat R1 and R2 but the tool I am …
-
How to cancat two multiplexed fastq files from GBS with two lanes?
written by mmcui0018 •Hi! I have been searching for this one the whole morning but couldn't find an answer. Here I have two big fastq files from two …
-
TopHat and Fastq with different Lane numbers
written by kanwarjagI have a very naive question will TopHat handle successfully in default conditions FastQ files merged from different lanes. I get a generic error TopHat …
-
tophat-fusion for gene fusion detection
written by JackieI am trying to use tophat-fusion for gene fusion detection. My data (fastq files) are paired-end, and I have fastq files from multiple lanes, and …
-
Fastq Files From Different Flowcells
written by hellbio<p>Hi,</p> <p>For a single sample, i have several paired-end fastq files from four different flowcells. i.e. fastq files from different lanes from each flowcell. Instead …
-
Order Of Gatk Commands
written by Ashutosh Pandey<p>I have a mouse genome that was sequenced using 5 different mate-pair libraries and each library was run on 3 lanes on Illumina machine. I …
-
Illlumina Paired End Reads File Format
written by Travis<p>Hi all, </p> <p>I should be receiving several million PE reads from multiple samples/lanes soon and I am wondering what format the files take.</p> <p>I …
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).
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.
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
You may get an error about duplicate ID's in case the changed ID exists.