I'm running Pheniqs with paired end fastq files as input, and creating bam files as output. The first field in the bam file retains the info from the fastq header row (the instrument type, run id, flowcell id, etc., but it removes the "member of a pair", "read filtred", "control bits on", and index sequence info.
e.g. if my fastq header contains "@LH00497:14:22KTM5LT3:8:1101:2036:1064 1:N:0:ACTTCTGC+CCGGGACT" then only the "LH00497:14:22KTM5LT3:8:1101:2036:1064" part is retained.
Is there a way to move the rest of the header (the "1:N:0:ACTTCTGC+CCGGGACT" part) to the bam file (say as a tag field perhaps).
I'm running Pheniqs with paired end fastq files as input, and creating bam files as output. The first field in the bam file retains the info from the fastq header row (the instrument type, run id, flowcell id, etc., but it removes the "member of a pair", "read filtred", "control bits on", and index sequence info.
e.g. if my fastq header contains "@LH00497:14:22KTM5LT3:8:1101:2036:1064 1:N:0:ACTTCTGC+CCGGGACT" then only the "LH00497:14:22KTM5LT3:8:1101:2036:1064" part is retained.
Is there a way to move the rest of the header (the "1:N:0:ACTTCTGC+CCGGGACT" part) to the bam file (say as a tag field perhaps).