Hi all, Just aligned some exome sequencing data for an individual, and when converting from sam to bam I get this error:
samtools view -h -S -b -o 1001-1.bam 1001-1.sam
[samopen] SAM header is present: 84 sequences.
Parse error at line 90: sequence and quality are inconsistent
Abort trap: 6
I looked at line 90 in the sam file:
B02V0ACXX110721:1:1207:10678:69422 141 * 0 0 * * 0 0 GGTTAGGGTTAGAGGGTTAGGGTTAGGGTTAGGGTTAGGGTTAGGGTTAGGGTTAGGGGTAGGGGGTTAGGGTTAG !!#'%'%''%%)(*(
$$'&)"$()**&''#")&% %(&
I noticed there were no alignment coordinates. I checked for a bunch of entries in the samfile within the first 1000 lines. There were no alignment coordinates for any of them. Could it be something to do with my reference? I know this data is good as it has been aligned and analysed by others before me. I have been having trouble aligning other data also. Only thing in common is software and reference (reference downloaded from GATK resource bundle, indexed with bwa index).
Any suggestions are welcome.
Cheers,
Davy
samtools view -h -S -b -o 1001-1.bam 1001-1.sam
[samopen] SAM header is present: 84 sequences.
Parse error at line 90: sequence and quality are inconsistent
Abort trap: 6
I looked at line 90 in the sam file:
B02V0ACXX110721:1:1207:10678:69422 141 * 0 0 * * 0 0 GGTTAGGGTTAGAGGGTTAGGGTTAGGGTTAGGGTTAGGGTTAGGGTTAGGGTTAGGGGTAGGGGGTTAGGGTTAG !!#'%'%''%%)(*(
$$'&)"$()**&''#")&% %(&
I noticed there were no alignment coordinates. I checked for a bunch of entries in the samfile within the first 1000 lines. There were no alignment coordinates for any of them. Could it be something to do with my reference? I know this data is good as it has been aligned and analysed by others before me. I have been having trouble aligning other data also. Only thing in common is software and reference (reference downloaded from GATK resource bundle, indexed with bwa index).
Any suggestions are welcome.
Cheers,
Davy
Comment