NGS raw data manipulation using Linux/Unix
Hi,
I wanna add sample ID along with read IDs in my NGS data using unix platform. Can anyone help me with this?
Thanks in advance
Rijith Jayarajan
• 1,968 views
•
link
1 answer
This is...uncommon. Usually each fastq files name indicates its sample name, or you can add sample ID to the read group info in a bam, but for many applications, again, the sample name can be indicated in the bam name.
• 0 views
•
link
Log in to answer this question.
Add exactly where? If in fastq header, that would break the Illumina sequence identifier format.
If you go from:
to:
How would that break the header format?
I meant to say Illumina sequence identifier format. Amended above.
I mostly deal with Ion Torrent reads. Are there any programs that would stop working properly if Illumina read headers were modified by the user?