Dear all, I need to generate SAM file through BWA. So, I run the below command for viewing inside of that:
Zcat SRR1426578.sam.gz | head
and I see the below result:
@SQ SN:chr1 LN:248956422
@SQ SN:chr10 LN:133797422
@SQ SN:chr11 LN:135086622
@SQ SN:chr11_KI270721v1_random LN:100316
@SQ SN:chr12 LN:133275309
@SQ SN:chr13 LN:114364328
@SQ SN:chr14 LN:107043718
@SQ SN:chr14_GL000009v2_random LN:201709
@SQ SN:chr14_GL000225v1_random LN:211173
@SQ SN:chr14_KI270722v1_random LN:194050
my question is that is that content for my command is normal?In other words, my result from bwa is correct?
I appreciate it if anybody shares his/her comment with me?
The first 10 lines of the header look fine. Why do you suspect the output from BWA? Did the job get killed halfway through or something?
Dear @Antonio R. Franco and @_r_am.Thank you for your comments. I suspected to my generated SAM file because:
1- I use
zcat
for another SAM file and see below result for the first line of the header:2- I generated a SAM file through bwa as input for the CIRI2 tool to finding CircularRNA. My pipeline is based on CIRI2 but I couldn't find any CircularRNA in SAM files! So, I thought that my problem is in generated SAM files.
Could you please share your comment with me?
Best Regards,
If a tool disegned to find circular DNA does not find any circular DNA in a SAM/BAM file, I doubt very much about the convenience of anybody looking into with their naked eyes into the mapping information found in this file
That SAM file seems to have just one line in its header. Please read the SAM specification - a simple head can't tell you much about a SAM file.